Html Css Color HEX #78486A Cosmic

📋 copy color: '#78486A'

red 120 ◦ green 72 ◦ blue 106

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

Shades of Cosmic #78486A

Tints of Cosmic #78486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 40.27%
G = 24.16%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78486A (or 0x78486A) is known color: Cosmic. HEX triplet: 78, 48 and 6A. RGB value is (120,72,106). Sum of RGB (Red+Green+Blue) = 120+72+106=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78486A is #87B795. Grayscale: #5A5A5A. Windows color (decimal): -8894358 or 6965368. OLE color: 6965368.

HSL color Cylindrical-coordinate representation of color #78486A: hue angle of 317.5º 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 #78486A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 72 106 -
CMYK 0 0.40 0.12 0.53
HSL 317.5º 0.25% 0.38% -
HSV(B) 317.5º 0.4% 0.47% -
XYZ 12.66 9.67 14.83 -
YUV 90.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 120 72 106 0 0.40 0.12 0.53 317.5 0.25 0.38
Hex 78 48 6A 0 28 C 35 13E 19 26
Octal 170 110 152 0 50 14 65 476 31 46
Binary 1111000 1001000 1101010 0 101000 1100 110101 100111110 11001 100110

Color Harmonies of #78486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78486A

Black with #78486A

Text Example


Text Example

White with #78486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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