Html Css Color HEX #78505A Cosmic

📋 copy color: '#78505A'

red 120 ◦ green 80 ◦ blue 90

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

Shades of Cosmic #78505A

Tints of Cosmic #78505A

RGB

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

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

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

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78505A (or 0x78505A) is known color: Cosmic. HEX triplet: 78, 50 and 5A. RGB value is (120,80,90). Sum of RGB (Red+Green+Blue) = 120+80+90=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #78505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78505A is #87AFA5. Grayscale: #5D5D5D. Windows color (decimal): -8892326 or 5918840. OLE color: 5918840.

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

Color convert

RGB 120 80 90 -
CMYK 0 0.33 0.25 0.53
HSL 345º 0.2% 0.39% -
HSV(B) 345º 0.33% 0.47% -
XYZ 12.46 10.47 11.04 -
YUV 93.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 120 80 90 0 0.33 0.25 0.53 345 0.2 0.39
Hex 78 50 5A 0 21 19 35 159 14 27
Octal 170 120 132 0 41 31 65 531 24 47
Binary 1111000 1010000 1011010 0 100001 11001 110101 101011001 10100 100111

Color Harmonies of #78505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78505A

Black with #78505A

Text Example


Text Example

White with #78505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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