Html Css Color HEX #765771 Salt Box

📋 copy color: '#765771'

red 118 ◦ green 87 ◦ blue 113

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

Shades of Salt Box #765771

Tints of Salt Box #765771

RGB

 RED value IS 118 (46.48% from 255) = 37.11%

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

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

R = 37.11%
G = 27.36%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765771 (or 0x765771) is known color: Salt Box. HEX triplet: 76, 57 and 71. RGB value is (118,87,113). Sum of RGB (Red+Green+Blue) = 118+87+113=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765771 is #89A88E. Grayscale: #636363. Windows color (decimal): -9021583 or 7427958. OLE color: 7427958.

HSL color Cylindrical-coordinate representation of color #765771: hue angle of 309.68º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765771 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 113 -
CMYK 0 0.26 0.04 0.54
HSL 309.68º 0.15% 0.4% -
HSV(B) 309.68º 0.26% 0.46% -
XYZ 13.86 11.86 17.18 -
YUV 99.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 118 87 113 0 0.26 0.04 0.54 309.68 0.15 0.4
Hex 76 57 71 0 1A 4 36 136 F 28
Octal 166 127 161 0 32 4 66 466 17 50
Binary 1110110 1010111 1110001 0 11010 100 110110 100110110 1111 101000

Color Harmonies of #765771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765771

Black with #765771

Text Example


Text Example

White with #765771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765771; }

 p { color: rgb(118,87,113); }

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

background-color css

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

 a { background-color: rgb(118,87,113); }

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

border-color css

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

 span { border-color: rgb(118,87,113); }

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