Html Css Color HEX #765671 Salt Box

📋 copy color: '#765671'

red 118 ◦ green 86 ◦ blue 113

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

Shades of Salt Box #765671

Tints of Salt Box #765671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 37.22%
G = 27.13%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#765671 (or 0x765671) is known color: Salt Box. HEX triplet: 76, 56 and 71. RGB value is (118,86,113). Sum of RGB (Red+Green+Blue) = 118+86+113=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #765671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765671 is #89A98E. Grayscale: #626262. Windows color (decimal): -9021839 or 7427702. OLE color: 7427702.

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

Color convert

RGB 118 86 113 -
CMYK 0 0.27 0.04 0.54
HSL 309.38º 0.16% 0.4% -
HSV(B) 309.38º 0.27% 0.46% -
XYZ 13.78 11.7 17.15 -
YUV 98.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 118 86 113 0 0.27 0.04 0.54 309.38 0.16 0.4
Hex 76 56 71 0 1B 4 36 135 10 28
Octal 166 126 161 0 33 4 66 465 20 50
Binary 1110110 1010110 1110001 0 11011 100 110110 100110101 10000 101000

Color Harmonies of #765671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765671

Black with #765671

Text Example


Text Example

White with #765671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765671; }

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

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

background-color css

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

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

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

border-color css

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

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

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