Html Css Color HEX #78566A Cosmic

📋 copy color: '#78566A'

red 120 ◦ green 86 ◦ blue 106

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

Shades of Cosmic #78566A

Tints of Cosmic #78566A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 38.46%
G = 27.56%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78566A (or 0x78566A) is known color: Cosmic. HEX triplet: 78, 56 and 6A. RGB value is (120,86,106). Sum of RGB (Red+Green+Blue) = 120+86+106=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #78566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78566A is #87A995. Grayscale: #626262. Windows color (decimal): -8890774 or 6968952. OLE color: 6968952.

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

Color convert

RGB 120 86 106 -
CMYK 0 0.28 0.12 0.53
HSL 324.71º 0.17% 0.4% -
HSV(B) 324.71º 0.28% 0.47% -
XYZ 13.68 11.69 15.17 -
YUV 98.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 120 86 106 0 0.28 0.12 0.53 324.71 0.17 0.4
Hex 78 56 6A 0 1C C 35 145 11 28
Octal 170 126 152 0 34 14 65 505 21 50
Binary 1111000 1010110 1101010 0 11100 1100 110101 101000101 10001 101000

Color Harmonies of #78566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78566A

Black with #78566A

Text Example


Text Example

White with #78566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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