Html Css Color HEX #77566A Cosmic

📋 copy color: '#77566A'

red 119 ◦ green 86 ◦ blue 106

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

Shades of Cosmic #77566A

Tints of Cosmic #77566A

RGB

 RED value IS 119 (46.88% from 255) = 38.26%

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

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

R = 38.26%
G = 27.65%
B = 34.08%

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

#77566A (or 0x77566A) is known color: Cosmic. HEX triplet: 77, 56 and 6A. RGB value is (119,86,106). Sum of RGB (Red+Green+Blue) = 119+86+106=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566A is #88A995. Grayscale: #626262. Windows color (decimal): -8956310 or 6968951. OLE color: 6968951.

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

Color convert

RGB 119 86 106 -
CMYK 0 0.28 0.11 0.53
HSL 323.64º 0.16% 0.4% -
HSV(B) 323.64º 0.28% 0.47% -
XYZ 13.54 11.62 15.16 -
YUV 98.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 119 86 106 0 0.28 0.11 0.53 323.64 0.16 0.4
Hex 77 56 6A 0 1C B 35 144 10 28
Octal 167 126 152 0 34 13 65 504 20 50
Binary 1110111 1010110 1101010 0 11100 1011 110101 101000100 10000 101000

Color Harmonies of #77566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77566A

Black with #77566A

Text Example


Text Example

White with #77566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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