Html Css Color HEX #78515A Cosmic

📋 copy color: '#78515A'

red 120 ◦ green 81 ◦ blue 90

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

Shades of Cosmic #78515A

Tints of Cosmic #78515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 41.24%
G = 27.84%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78515A (or 0x78515A) is known color: Cosmic. HEX triplet: 78, 51 and 5A. RGB value is (120,81,90). Sum of RGB (Red+Green+Blue) = 120+81+90=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #78515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78515A is #87AEA5. Grayscale: #5D5D5D. Windows color (decimal): -8892070 or 5919096. OLE color: 5919096.

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

Color convert

RGB 120 81 90 -
CMYK 0 0.32 0.25 0.53
HSL 346.15º 0.19% 0.39% -
HSV(B) 346.15º 0.33% 0.47% -
XYZ 12.53 10.62 11.06 -
YUV 93.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 120 81 90 0 0.32 0.25 0.53 346.15 0.19 0.39
Hex 78 51 5A 0 20 19 35 15A 13 27
Octal 170 121 132 0 40 31 65 532 23 47
Binary 1111000 1010001 1011010 0 100000 11001 110101 101011010 10011 100111

Color Harmonies of #78515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78515A

Black with #78515A

Text Example


Text Example

White with #78515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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