Html Css Color HEX #775971 Salt Box

📋 copy color: '#775971'

red 119 ◦ green 89 ◦ blue 113

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

Shades of Salt Box #775971

Tints of Salt Box #775971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 37.07%
G = 27.73%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775971 (or 0x775971) is known color: Salt Box. HEX triplet: 77, 59 and 71. RGB value is (119,89,113). Sum of RGB (Red+Green+Blue) = 119+89+113=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775971 is #88A68E. Grayscale: #646464. Windows color (decimal): -8955535 or 7428471. OLE color: 7428471.

HSL color Cylindrical-coordinate representation of color #775971: hue angle of 312º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #775971 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 113 -
CMYK 0 0.25 0.05 0.53
HSL 312º 0.14% 0.41% -
HSV(B) 312º 0.25% 0.47% -
XYZ 14.16 12.26 17.24 -
YUV 100.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 119 89 113 0 0.25 0.05 0.53 312 0.14 0.41
Hex 77 59 71 0 19 5 35 138 E 29
Octal 167 131 161 0 31 5 65 470 16 51
Binary 1110111 1011001 1110001 0 11001 101 110101 100111000 1110 101001

Color Harmonies of #775971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775971

Black with #775971

Text Example


Text Example

White with #775971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775971; }

 p { color: rgb(119,89,113); }

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

background-color css

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

 a { background-color: rgb(119,89,113); }

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

border-color css

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

 span { border-color: rgb(119,89,113); }

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