Html Css Color HEX #765370 Salt Box

📋 copy color: '#765370'

red 118 ◦ green 83 ◦ blue 112

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

Shades of Salt Box #765370

Tints of Salt Box #765370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 37.7%
G = 26.52%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765370 (or 0x765370) is known color: Salt Box. HEX triplet: 76, 53 and 70. RGB value is (118,83,112). Sum of RGB (Red+Green+Blue) = 118+83+112=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #765370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765370 is #89AC8F. Grayscale: #606060. Windows color (decimal): -9022608 or 7361398. OLE color: 7361398.

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

Color convert

RGB 118 83 112 -
CMYK 0 0.30 0.05 0.54
HSL 310.29º 0.17% 0.39% -
HSV(B) 310.29º 0.3% 0.46% -
XYZ 13.49 11.21 16.78 -
YUV 96.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 118 83 112 0 0.30 0.05 0.54 310.29 0.17 0.39
Hex 76 53 70 0 1E 5 36 136 11 27
Octal 166 123 160 0 36 5 66 466 21 47
Binary 1110110 1010011 1110000 0 11110 101 110110 100110110 10001 100111

Color Harmonies of #765370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765370

Black with #765370

Text Example


Text Example

White with #765370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765370; }

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

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

background-color css

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

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

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

border-color css

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

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

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