Html Css Color HEX #77566C Salt Box

📋 copy color: '#77566C'

red 119 ◦ green 86 ◦ blue 108

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

Shades of Salt Box #77566C

Tints of Salt Box #77566C

RGB

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

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

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

R = 38.02%
G = 27.48%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77566C (or 0x77566C) is known color: Salt Box. HEX triplet: 77, 56 and 6C. RGB value is (119,86,108). Sum of RGB (Red+Green+Blue) = 119+86+108=313 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.02% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 119 - color contains mainly: red. Hex color #77566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566C is #88A993. Grayscale: #626262. Windows color (decimal): -8956308 or 7100023. OLE color: 7100023.

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

Color convert

RGB 119 86 108 -
CMYK 0 0.28 0.09 0.53
HSL 320º 0.16% 0.4% -
HSV(B) 320º 0.28% 0.47% -
XYZ 13.64 11.66 15.72 -
YUV 98.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 119 86 108 0 0.28 0.09 0.53 320 0.16 0.4
Hex 77 56 6C 0 1C 9 35 140 10 28
Octal 167 126 154 0 34 11 65 500 20 50
Binary 1110111 1010110 1101100 0 11100 1001 110101 101000000 10000 101000

Color Harmonies of #77566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77566C

Black with #77566C

Text Example


Text Example

White with #77566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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