Html Css Color HEX #765670 Salt Box

📋 copy color: '#765670'

red 118 ◦ green 86 ◦ blue 112

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

Shades of Salt Box #765670

Tints of Salt Box #765670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

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

R = 37.34%
G = 27.22%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765670 (or 0x765670) is known color: Salt Box. HEX triplet: 76, 56 and 70. RGB value is (118,86,112). Sum of RGB (Red+Green+Blue) = 118+86+112=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765670 is #89A98F. Grayscale: #626262. Windows color (decimal): -9021840 or 7362166. OLE color: 7362166.

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

Color convert

RGB 118 86 112 -
CMYK 0 0.27 0.05 0.54
HSL 311.25º 0.16% 0.4% -
HSV(B) 311.25º 0.27% 0.46% -
XYZ 13.72 11.68 16.86 -
YUV 98.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 118 86 112 0 0.27 0.05 0.54 311.25 0.16 0.4
Hex 76 56 70 0 1B 5 36 137 10 28
Octal 166 126 160 0 33 5 66 467 20 50
Binary 1110110 1010110 1110000 0 11011 101 110110 100110111 10000 101000

Color Harmonies of #765670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765670

Black with #765670

Text Example


Text Example

White with #765670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765670; }

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

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

background-color css

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

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

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

border-color css

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

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

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