Html Css Color HEX #765970 Salt Box

📋 copy color: '#765970'

red 118 ◦ green 89 ◦ blue 112

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

Shades of Salt Box #765970

Tints of Salt Box #765970

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

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

R = 36.99%
G = 27.9%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765970 (or 0x765970) is known color: Salt Box. HEX triplet: 76, 59 and 70. RGB value is (118,89,112). Sum of RGB (Red+Green+Blue) = 118+89+112=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #765970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765970 is #89A68F. Grayscale: #646464. Windows color (decimal): -9021072 or 7362934. OLE color: 7362934.

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

Color convert

RGB 118 89 112 -
CMYK 0 0.25 0.05 0.54
HSL 312.41º 0.14% 0.41% -
HSV(B) 312.41º 0.25% 0.46% -
XYZ 13.97 12.17 16.94 -
YUV 100.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 118 89 112 0 0.25 0.05 0.54 312.41 0.14 0.41
Hex 76 59 70 0 19 5 36 138 E 29
Octal 166 131 160 0 31 5 66 470 16 51
Binary 1110110 1011001 1110000 0 11001 101 110110 100111000 1110 101001

Color Harmonies of #765970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765970

Black with #765970

Text Example


Text Example

White with #765970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765970; }

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

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

background-color css

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

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

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

border-color css

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

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

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