Html Css Color HEX #766471 Salt Box

📋 copy color: '#766471'

red 118 ◦ green 100 ◦ blue 113

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

Shades of Salt Box #766471

Tints of Salt Box #766471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 35.65%
G = 30.21%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#766471 (or 0x766471) is known color: Salt Box. HEX triplet: 76, 64 and 71. RGB value is (118,100,113). Sum of RGB (Red+Green+Blue) = 118+100+113=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766471 is #899B8E. Grayscale: #6A6A6A. Windows color (decimal): -9018255 or 7431286. OLE color: 7431286.

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

Color convert

RGB 118 100 113 -
CMYK 0 0.15 0.04 0.54
HSL 316.67º 0.08% 0.43% -
HSV(B) 316.67º 0.15% 0.46% -
XYZ 15.01 14.16 17.56 -
YUV 106.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 118 100 113 0 0.15 0.04 0.54 316.67 0.08 0.43
Hex 76 64 71 0 F 4 36 13D 8 2B
Octal 166 144 161 0 17 4 66 475 10 53
Binary 1110110 1100100 1110001 0 1111 100 110110 100111101 1000 101011

Color Harmonies of #766471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766471

Black with #766471

Text Example


Text Example

White with #766471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766471; }

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

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

background-color css

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

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

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

border-color css

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

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

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