Html Css Color HEX #77566E Salt Box

📋 copy color: '#77566E'

red 119 ◦ green 86 ◦ blue 110

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

Shades of Salt Box #77566E

Tints of Salt Box #77566E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 37.78%
G = 27.3%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77566E (or 0x77566E) is known color: Salt Box. HEX triplet: 77, 56 and 6E. RGB value is (119,86,110). Sum of RGB (Red+Green+Blue) = 119+86+110=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566E is #88A991. Grayscale: #626262. Windows color (decimal): -8956306 or 7231095. OLE color: 7231095.

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

Color convert

RGB 119 86 110 -
CMYK 0 0.28 0.08 0.53
HSL 316.36º 0.16% 0.4% -
HSV(B) 316.36º 0.28% 0.47% -
XYZ 13.75 11.7 16.29 -
YUV 98.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 119 86 110 0 0.28 0.08 0.53 316.36 0.16 0.4
Hex 77 56 6E 0 1C 8 35 13C 10 28
Octal 167 126 156 0 34 10 65 474 20 50
Binary 1110111 1010110 1101110 0 11100 1000 110101 100111100 10000 101000

Color Harmonies of #77566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77566E

Black with #77566E

Text Example


Text Example

White with #77566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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