Html Css Color HEX #78516C Cosmic

📋 copy color: '#78516C'

red 120 ◦ green 81 ◦ blue 108

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

Shades of Cosmic #78516C

Tints of Cosmic #78516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

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

R = 38.83%
G = 26.21%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78516C (or 0x78516C) is known color: Cosmic. HEX triplet: 78, 51 and 6C. RGB value is (120,81,108). Sum of RGB (Red+Green+Blue) = 120+81+108=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #78516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78516C is #87AE93. Grayscale: #5F5F5F. Windows color (decimal): -8892052 or 7098744. OLE color: 7098744.

HSL color Cylindrical-coordinate representation of color #78516C: hue angle of 318.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78516C is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 81 108 -
CMYK 0 0.32 0.10 0.53
HSL 318.46º 0.19% 0.39% -
HSV(B) 318.46º 0.33% 0.47% -
XYZ 13.39 10.96 15.6 -
YUV 95.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 120 81 108 0 0.32 0.10 0.53 318.46 0.19 0.39
Hex 78 51 6C 0 20 A 35 13E 13 27
Octal 170 121 154 0 40 12 65 476 23 47
Binary 1111000 1010001 1101100 0 100000 1010 110101 100111110 10011 100111

Color Harmonies of #78516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78516C

Black with #78516C

Text Example


Text Example

White with #78516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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