Html Css Color HEX #78596C Cosmic

📋 copy color: '#78596C'

red 120 ◦ green 89 ◦ blue 108

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

Shades of Cosmic #78596C

Tints of Cosmic #78596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 37.85%
G = 28.08%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78596C (or 0x78596C) is known color: Cosmic. HEX triplet: 78, 59 and 6C. RGB value is (120,89,108). Sum of RGB (Red+Green+Blue) = 120+89+108=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 120 - color contains mainly: red. Hex color #78596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78596C is #87A693. Grayscale: #646464. Windows color (decimal): -8890004 or 7100792. OLE color: 7100792.

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

Color convert

RGB 120 89 108 -
CMYK 0 0.26 0.10 0.53
HSL 323.23º 0.15% 0.41% -
HSV(B) 323.23º 0.26% 0.47% -
XYZ 14.02 12.22 15.81 -
YUV 100.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 120 89 108 0 0.26 0.10 0.53 323.23 0.15 0.41
Hex 78 59 6C 0 1A A 35 143 F 29
Octal 170 131 154 0 32 12 65 503 17 51
Binary 1111000 1011001 1101100 0 11010 1010 110101 101000011 1111 101001

Color Harmonies of #78596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78596C

Black with #78596C

Text Example


Text Example

White with #78596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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