Html Css Color HEX #78486C Cosmic

📋 copy color: '#78486C'

red 120 ◦ green 72 ◦ blue 108

#78486C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #78486C

Tints of Cosmic #78486C

RGB

 RED value IS 120 (47.27% from 255) = 40%

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#78486C (or 0x78486C) is known color: Cosmic. HEX triplet: 78, 48 and 6C. RGB value is (120,72,108). Sum of RGB (Red+Green+Blue) = 120+72+108=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 120 - color contains mainly: red. Hex color #78486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78486C is #87B793. Grayscale: #5A5A5A. Windows color (decimal): -8894356 or 7096440. OLE color: 7096440.

HSL color Cylindrical-coordinate representation of color #78486C: hue angle of 315º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78486C is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 108 -
CMYK 0 0.40 0.10 0.53
HSL 315º 0.25% 0.38% -
HSV(B) 315º 0.4% 0.47% -
XYZ 12.77 9.71 15.39 -
YUV 90.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 120 72 108 0 0.40 0.10 0.53 315 0.25 0.38
Hex 78 48 6C 0 28 A 35 13B 19 26
Octal 170 110 154 0 50 12 65 473 31 46
Binary 1111000 1001000 1101100 0 101000 1010 110101 100111011 11001 100110

Color Harmonies of #78486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78486C

Black with #78486C

Text Example


Text Example

White with #78486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78486C; }

 p { color: rgb(120,72,108); }

 H1.HeaderClassName
 {
   color: #78486C;
 }
 .AnyTagClassName
 {
   color: #78486C;
 }
</style>

background-color css

<style>
 a { background-color: #78486C; }

 a { background-color: rgb(120,72,108); }

 div.DivClassName
 {
   background-color: #78486C;
 }
 .BgClassName
 {
   background-color: #78486C;
 }
</style>

border-color css

<style>
 span { border-color: #78486C; }

 span { border-color: rgb(120,72,108); }

 td.TdClassName
 {
   border-color: #78486C;
 }
 .TagClassName
 {
   border-color: #78486C;
 }
</style>