Html Css Color HEX #78566B Cosmic

📋 copy color: '#78566B'

red 120 ◦ green 86 ◦ blue 107

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

Shades of Cosmic #78566B

Tints of Cosmic #78566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 38.34%
G = 27.48%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78566B (or 0x78566B) is known color: Cosmic. HEX triplet: 78, 56 and 6B. RGB value is (120,86,107). Sum of RGB (Red+Green+Blue) = 120+86+107=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78566B is #87A994. Grayscale: #626262. Windows color (decimal): -8890773 or 7034488. OLE color: 7034488.

HSL color Cylindrical-coordinate representation of color #78566B: hue angle of 322.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78566B is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 86 107 -
CMYK 0 0.28 0.11 0.53
HSL 322.94º 0.17% 0.4% -
HSV(B) 322.94º 0.28% 0.47% -
XYZ 13.73 11.71 15.45 -
YUV 98.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 120 86 107 0 0.28 0.11 0.53 322.94 0.17 0.4
Hex 78 56 6B 0 1C B 35 143 11 28
Octal 170 126 153 0 34 13 65 503 21 50
Binary 1111000 1010110 1101011 0 11100 1011 110101 101000011 10001 101000

Color Harmonies of #78566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78566B

Black with #78566B

Text Example


Text Example

White with #78566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78566B; }

 p { color: rgb(120,86,107); }

 H1.HeaderClassName
 {
   color: #78566B;
 }
 .AnyTagClassName
 {
   color: #78566B;
 }
</style>

background-color css

<style>
 a { background-color: #78566B; }

 a { background-color: rgb(120,86,107); }

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

border-color css

<style>
 span { border-color: #78566B; }

 span { border-color: rgb(120,86,107); }

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