Html Css Color HEX #77526D Salt Box

📋 copy color: '#77526D'

red 119 ◦ green 82 ◦ blue 109

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

Shades of Salt Box #77526D

Tints of Salt Box #77526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 38.39%
G = 26.45%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77526D (or 0x77526D) is known color: Salt Box. HEX triplet: 77, 52 and 6D. RGB value is (119,82,109). Sum of RGB (Red+Green+Blue) = 119+82+109=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77526D is #88AD92. Grayscale: #606060. Windows color (decimal): -8957331 or 7164535. OLE color: 7164535.

HSL color Cylindrical-coordinate representation of color #77526D: hue angle of 316.22º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77526D is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 109 -
CMYK 0 0.31 0.08 0.53
HSL 316.22º 0.18% 0.39% -
HSV(B) 316.22º 0.31% 0.47% -
XYZ 13.39 11.06 15.9 -
YUV 96.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 119 82 109 0 0.31 0.08 0.53 316.22 0.18 0.39
Hex 77 52 6D 0 1F 8 35 13C 12 27
Octal 167 122 155 0 37 10 65 474 22 47
Binary 1110111 1010010 1101101 0 11111 1000 110101 100111100 10010 100111

Color Harmonies of #77526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77526D

Black with #77526D

Text Example


Text Example

White with #77526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77526D; }

 p { color: rgb(119,82,109); }

 H1.HeaderClassName
 {
   color: #77526D;
 }
 .AnyTagClassName
 {
   color: #77526D;
 }
</style>

background-color css

<style>
 a { background-color: #77526D; }

 a { background-color: rgb(119,82,109); }

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

border-color css

<style>
 span { border-color: #77526D; }

 span { border-color: rgb(119,82,109); }

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