Html Css Color HEX #775B71 Salt Box

📋 copy color: '#775B71'

red 119 ◦ green 91 ◦ blue 113

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

Shades of Salt Box #775B71

Tints of Salt Box #775B71

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

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

R = 36.84%
G = 28.17%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#775B71 (or 0x775B71) is known color: Salt Box. HEX triplet: 77, 5B and 71. RGB value is (119,91,113). Sum of RGB (Red+Green+Blue) = 119+91+113=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #775B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775B71 is #88A48E. Grayscale: #656565. Windows color (decimal): -8955023 or 7428983. OLE color: 7428983.

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

Color convert

RGB 119 91 113 -
CMYK 0 0.24 0.05 0.53
HSL 312.86º 0.13% 0.41% -
HSV(B) 312.86º 0.24% 0.47% -
XYZ 14.33 12.6 17.3 -
YUV 101.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 119 91 113 0 0.24 0.05 0.53 312.86 0.13 0.41
Hex 77 5B 71 0 18 5 35 139 D 29
Octal 167 133 161 0 30 5 65 471 15 51
Binary 1110111 1011011 1110001 0 11000 101 110101 100111001 1101 101001

Color Harmonies of #775B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B71

Black with #775B71

Text Example


Text Example

White with #775B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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