Html Css Color HEX #78506B Cosmic

📋 copy color: '#78506B'

red 120 ◦ green 80 ◦ blue 107

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

Shades of Cosmic #78506B

Tints of Cosmic #78506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 39.09%
G = 26.06%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78506B (or 0x78506B) is known color: Cosmic. HEX triplet: 78, 50 and 6B. RGB value is (120,80,107). Sum of RGB (Red+Green+Blue) = 120+80+107=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #78506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78506B is #87AF94. Grayscale: #5E5E5E. Windows color (decimal): -8892309 or 7032952. OLE color: 7032952.

HSL color Cylindrical-coordinate representation of color #78506B: hue angle of 319.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78506B is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 80 107 -
CMYK 0 0.33 0.11 0.53
HSL 319.5º 0.2% 0.39% -
HSV(B) 319.5º 0.33% 0.47% -
XYZ 13.27 10.79 15.29 -
YUV 95.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 120 80 107 0 0.33 0.11 0.53 319.5 0.2 0.39
Hex 78 50 6B 0 21 B 35 140 14 27
Octal 170 120 153 0 41 13 65 500 24 47
Binary 1111000 1010000 1101011 0 100001 1011 110101 101000000 10100 100111

Color Harmonies of #78506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78506B

Black with #78506B

Text Example


Text Example

White with #78506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78506B; }

 p { color: rgb(120,80,107); }

 H1.HeaderClassName
 {
   color: #78506B;
 }
 .AnyTagClassName
 {
   color: #78506B;
 }
</style>

background-color css

<style>
 a { background-color: #78506B; }

 a { background-color: rgb(120,80,107); }

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

border-color css

<style>
 span { border-color: #78506B; }

 span { border-color: rgb(120,80,107); }

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