Html Css Color HEX #766170 Salt Box

📋 copy color: '#766170'

red 118 ◦ green 97 ◦ blue 112

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

Shades of Salt Box #766170

Tints of Salt Box #766170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 36.09%
G = 29.66%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766170 (or 0x766170) is known color: Salt Box. HEX triplet: 76, 61 and 70. RGB value is (118,97,112). Sum of RGB (Red+Green+Blue) = 118+97+112=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 118 - color contains mainly: red. Hex color #766170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766170 is #899E8F. Grayscale: #686868. Windows color (decimal): -9019024 or 7364982. OLE color: 7364982.

HSL color Cylindrical-coordinate representation of color #766170: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766170 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 112 -
CMYK 0 0.18 0.05 0.54
HSL 317.14º 0.1% 0.42% -
HSV(B) 317.14º 0.18% 0.46% -
XYZ 14.67 13.57 17.18 -
YUV 104.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 118 97 112 0 0.18 0.05 0.54 317.14 0.1 0.42
Hex 76 61 70 0 12 5 36 13D A 2A
Octal 166 141 160 0 22 5 66 475 12 52
Binary 1110110 1100001 1110000 0 10010 101 110110 100111101 1010 101010

Color Harmonies of #766170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766170

Black with #766170

Text Example


Text Example

White with #766170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766170; }

 p { color: rgb(118,97,112); }

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

background-color css

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

 a { background-color: rgb(118,97,112); }

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

border-color css

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

 span { border-color: rgb(118,97,112); }

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