Html Css Color HEX #766370 Salt Box

📋 copy color: '#766370'

red 118 ◦ green 99 ◦ blue 112

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

Shades of Salt Box #766370

Tints of Salt Box #766370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

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

R = 35.87%
G = 30.09%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766370 (or 0x766370) is known color: Salt Box. HEX triplet: 76, 63 and 70. RGB value is (118,99,112). Sum of RGB (Red+Green+Blue) = 118+99+112=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #766370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766370 is #899C8F. Grayscale: #6A6A6A. Windows color (decimal): -9018512 or 7365494. OLE color: 7365494.

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

Color convert

RGB 118 99 112 -
CMYK 0 0.16 0.05 0.54
HSL 318.95º 0.09% 0.43% -
HSV(B) 318.95º 0.16% 0.46% -
XYZ 14.86 13.95 17.24 -
YUV 106.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 118 99 112 0 0.16 0.05 0.54 318.95 0.09 0.43
Hex 76 63 70 0 10 5 36 13F 9 2B
Octal 166 143 160 0 20 5 66 477 11 53
Binary 1110110 1100011 1110000 0 10000 101 110110 100111111 1001 101011

Color Harmonies of #766370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766370

Black with #766370

Text Example


Text Example

White with #766370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766370; }

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

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

background-color css

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

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

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

border-color css

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

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

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