Html Css Color HEX #77576D Salt Box

📋 copy color: '#77576D'

red 119 ◦ green 87 ◦ blue 109

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

Shades of Salt Box #77576D

Tints of Salt Box #77576D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 37.78%
G = 27.62%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77576D (or 0x77576D) is known color: Salt Box. HEX triplet: 77, 57 and 6D. RGB value is (119,87,109). Sum of RGB (Red+Green+Blue) = 119+87+109=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77576D is #88A892. Grayscale: #636363. Windows color (decimal): -8956051 or 7165815. OLE color: 7165815.

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

Color convert

RGB 119 87 109 -
CMYK 0 0.27 0.08 0.53
HSL 318.75º 0.16% 0.4% -
HSV(B) 318.75º 0.27% 0.47% -
XYZ 13.78 11.84 16.03 -
YUV 99.08 133.6 142.21 -
System Red Green Blue C M Y K H S L
Decimal 119 87 109 0 0.27 0.08 0.53 318.75 0.16 0.4
Hex 77 57 6D 0 1B 8 35 13F 10 28
Octal 167 127 155 0 33 10 65 477 20 50
Binary 1110111 1010111 1101101 0 11011 1000 110101 100111111 10000 101000

Color Harmonies of #77576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77576D

Black with #77576D

Text Example


Text Example

White with #77576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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