Html Css Color HEX #765F6E Salt Box

📋 copy color: '#765F6E'

red 118 ◦ green 95 ◦ blue 110

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

Shades of Salt Box #765F6E

Tints of Salt Box #765F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.41%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 36.53%
G = 29.41%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#765F6E (or 0x765F6E) is known color: Salt Box. HEX triplet: 76, 5F and 6E. RGB value is (118,95,110). Sum of RGB (Red+Green+Blue) = 118+95+110=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F6E is #89A091. Grayscale: #676767. Windows color (decimal): -9019538 or 7233398. OLE color: 7233398.

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

Color convert

RGB 118 95 110 -
CMYK 0 0.19 0.07 0.54
HSL 320.87º 0.11% 0.42% -
HSV(B) 320.87º 0.19% 0.46% -
XYZ 14.38 13.16 16.53 -
YUV 103.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 118 95 110 0 0.19 0.07 0.54 320.87 0.11 0.42
Hex 76 5F 6E 0 13 7 36 141 B 2A
Octal 166 137 156 0 23 7 66 501 13 52
Binary 1110110 1011111 1101110 0 10011 111 110110 101000001 1011 101010

Color Harmonies of #765F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F6E

Black with #765F6E

Text Example


Text Example

White with #765F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,110); }

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

background-color css

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

 a { background-color: rgb(118,95,110); }

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

border-color css

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

 span { border-color: rgb(118,95,110); }

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