Html Css Color HEX #775E71 Salt Box

📋 copy color: '#775E71'

red 119 ◦ green 94 ◦ blue 113

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

Shades of Salt Box #775E71

Tints of Salt Box #775E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 36.5%
G = 28.83%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775E71 (or 0x775E71) is known color: Salt Box. HEX triplet: 77, 5E and 71. RGB value is (119,94,113). Sum of RGB (Red+Green+Blue) = 119+94+113=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #775E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E71 is #88A18E. Grayscale: #676767. Windows color (decimal): -8954255 or 7429751. OLE color: 7429751.

HSL color Cylindrical-coordinate representation of color #775E71: hue angle of 314.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E71 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 113 -
CMYK 0 0.21 0.05 0.53
HSL 314.4º 0.12% 0.42% -
HSV(B) 314.4º 0.21% 0.47% -
XYZ 14.59 13.12 17.39 -
YUV 103.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 119 94 113 0 0.21 0.05 0.53 314.4 0.12 0.42
Hex 77 5E 71 0 15 5 35 13A C 2A
Octal 167 136 161 0 25 5 65 472 14 52
Binary 1110111 1011110 1110001 0 10101 101 110101 100111010 1100 101010

Color Harmonies of #775E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E71

Black with #775E71

Text Example


Text Example

White with #775E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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