Html Css Color HEX #765170 Salt Box

📋 copy color: '#765170'

red 118 ◦ green 81 ◦ blue 112

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

Shades of Salt Box #765170

Tints of Salt Box #765170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 37.94%
G = 26.05%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765170 (or 0x765170) is known color: Salt Box. HEX triplet: 76, 51 and 70. RGB value is (118,81,112). Sum of RGB (Red+Green+Blue) = 118+81+112=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765170 is #89AE8F. Grayscale: #5F5F5F. Windows color (decimal): -9023120 or 7360886. OLE color: 7360886.

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

Color convert

RGB 118 81 112 -
CMYK 0 0.31 0.05 0.54
HSL 309.73º 0.19% 0.39% -
HSV(B) 309.73º 0.31% 0.46% -
XYZ 13.34 10.91 16.73 -
YUV 95.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 118 81 112 0 0.31 0.05 0.54 309.73 0.19 0.39
Hex 76 51 70 0 1F 5 36 136 13 27
Octal 166 121 160 0 37 5 66 466 23 47
Binary 1110110 1010001 1110000 0 11111 101 110110 100110110 10011 100111

Color Harmonies of #765170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765170

Black with #765170

Text Example


Text Example

White with #765170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765170; }

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

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

background-color css

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

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

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

border-color css

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

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

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