Html Css Color HEX #77566F Salt Box

📋 copy color: '#77566F'

red 119 ◦ green 86 ◦ blue 111

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

Shades of Salt Box #77566F

Tints of Salt Box #77566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 37.66%
G = 27.22%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77566F (or 0x77566F) is known color: Salt Box. HEX triplet: 77, 56 and 6F. RGB value is (119,86,111). Sum of RGB (Red+Green+Blue) = 119+86+111=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566F is #88A990. Grayscale: #626262. Windows color (decimal): -8956305 or 7296631. OLE color: 7296631.

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

Color convert

RGB 119 86 111 -
CMYK 0 0.28 0.07 0.53
HSL 314.55º 0.16% 0.4% -
HSV(B) 314.55º 0.28% 0.47% -
XYZ 13.8 11.73 16.57 -
YUV 98.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 119 86 111 0 0.28 0.07 0.53 314.55 0.16 0.4
Hex 77 56 6F 0 1C 7 35 13B 10 28
Octal 167 126 157 0 34 7 65 473 20 50
Binary 1110111 1010110 1101111 0 11100 111 110101 100111011 10000 101000

Color Harmonies of #77566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77566F

Black with #77566F

Text Example


Text Example

White with #77566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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