Html Css Color HEX #78505F Cosmic

📋 copy color: '#78505F'

red 120 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #78505F

Tints of Cosmic #78505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 40.68%
G = 27.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78505F (or 0x78505F) is known color: Cosmic. HEX triplet: 78, 50 and 5F. RGB value is (120,80,95). Sum of RGB (Red+Green+Blue) = 120+80+95=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78505F is #87AFA0. Grayscale: #5D5D5D. Windows color (decimal): -8892321 or 6246520. OLE color: 6246520.

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

Color convert

RGB 120 80 95 -
CMYK 0 0.33 0.21 0.53
HSL 337.5º 0.2% 0.39% -
HSV(B) 337.5º 0.33% 0.47% -
XYZ 12.68 10.56 12.2 -
YUV 93.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 120 80 95 0 0.33 0.21 0.53 337.5 0.2 0.39
Hex 78 50 5F 0 21 15 35 152 14 27
Octal 170 120 137 0 41 25 65 522 24 47
Binary 1111000 1010000 1011111 0 100001 10101 110101 101010010 10100 100111

Color Harmonies of #78505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78505F

Black with #78505F

Text Example


Text Example

White with #78505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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