Html Css Color HEX #766270 Salt Box

📋 copy color: '#766270'

red 118 ◦ green 98 ◦ blue 112

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

Shades of Salt Box #766270

Tints of Salt Box #766270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

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

R = 35.98%
G = 29.88%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766270 (or 0x766270) is known color: Salt Box. HEX triplet: 76, 62 and 70. RGB value is (118,98,112). Sum of RGB (Red+Green+Blue) = 118+98+112=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 118 - color contains mainly: red. Hex color #766270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766270 is #899D8F. Grayscale: #696969. Windows color (decimal): -9018768 or 7365238. OLE color: 7365238.

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

Color convert

RGB 118 98 112 -
CMYK 0 0.17 0.05 0.54
HSL 318º 0.09% 0.42% -
HSV(B) 318º 0.17% 0.46% -
XYZ 14.76 13.76 17.21 -
YUV 105.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 118 98 112 0 0.17 0.05 0.54 318 0.09 0.42
Hex 76 62 70 0 11 5 36 13E 9 2A
Octal 166 142 160 0 21 5 66 476 11 52
Binary 1110110 1100010 1110000 0 10001 101 110110 100111110 1001 101010

Color Harmonies of #766270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766270

Black with #766270

Text Example


Text Example

White with #766270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766270; }

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

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

background-color css

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

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

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

border-color css

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

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

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