Html Css Color HEX #765E6F Salt Box

📋 copy color: '#765E6F'

red 118 ◦ green 94 ◦ blue 111

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

Shades of Salt Box #765E6F

Tints of Salt Box #765E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 36.53%
G = 29.1%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#765E6F (or 0x765E6F) is known color: Salt Box. HEX triplet: 76, 5E and 6F. RGB value is (118,94,111). Sum of RGB (Red+Green+Blue) = 118+94+111=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E6F is #89A190. Grayscale: #676767. Windows color (decimal): -9019793 or 7298678. OLE color: 7298678.

HSL color Cylindrical-coordinate representation of color #765E6F: hue angle of 317.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #765E6F is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 94 111 -
CMYK 0 0.20 0.06 0.54
HSL 317.5º 0.11% 0.42% -
HSV(B) 317.5º 0.2% 0.46% -
XYZ 14.34 13 16.79 -
YUV 103.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 118 94 111 0 0.20 0.06 0.54 317.5 0.11 0.42
Hex 76 5E 6F 0 14 6 36 13E B 2A
Octal 166 136 157 0 24 6 66 476 13 52
Binary 1110110 1011110 1101111 0 10100 110 110110 100111110 1011 101010

Color Harmonies of #765E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E6F

Black with #765E6F

Text Example


Text Example

White with #765E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E6F; }

 p { color: rgb(118,94,111); }

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

background-color css

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

 a { background-color: rgb(118,94,111); }

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

border-color css

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

 span { border-color: rgb(118,94,111); }

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