Html Css Color HEX #77606E Salt Box

📋 copy color: '#77606E'

red 119 ◦ green 96 ◦ blue 110

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

Shades of Salt Box #77606E

Tints of Salt Box #77606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 36.62%
G = 29.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77606E (or 0x77606E) is known color: Salt Box. HEX triplet: 77, 60 and 6E. RGB value is (119,96,110). Sum of RGB (Red+Green+Blue) = 119+96+110=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #77606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77606E is #889F91. Grayscale: #686868. Windows color (decimal): -8953746 or 7233655. OLE color: 7233655.

HSL color Cylindrical-coordinate representation of color #77606E: hue angle of 323.48º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #77606E is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 110 -
CMYK 0 0.19 0.08 0.53
HSL 323.48º 0.11% 0.42% -
HSV(B) 323.48º 0.19% 0.47% -
XYZ 14.61 13.41 16.57 -
YUV 104.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 119 96 110 0 0.19 0.08 0.53 323.48 0.11 0.42
Hex 77 60 6E 0 13 8 35 143 B 2A
Octal 167 140 156 0 23 10 65 503 13 52
Binary 1110111 1100000 1101110 0 10011 1000 110101 101000011 1011 101010

Color Harmonies of #77606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77606E

Black with #77606E

Text Example


Text Example

White with #77606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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