Html Css Color HEX #765F6F Salt Box

📋 copy color: '#765F6F'

red 118 ◦ green 95 ◦ blue 111

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

Shades of Salt Box #765F6F

Tints of Salt Box #765F6F

RGB

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

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

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

R = 36.42%
G = 29.32%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#765F6F (or 0x765F6F) is known color: Salt Box. HEX triplet: 76, 5F and 6F. RGB value is (118,95,111). Sum of RGB (Red+Green+Blue) = 118+95+111=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #765F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765F6F is #89A090. Grayscale: #676767. Windows color (decimal): -9019537 or 7298934. OLE color: 7298934.

HSL color Cylindrical-coordinate representation of color #765F6F: hue angle of 318.26º 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 #765F6F is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 111 -
CMYK 0 0.19 0.06 0.54
HSL 318.26º 0.11% 0.42% -
HSV(B) 318.26º 0.19% 0.46% -
XYZ 14.43 13.18 16.82 -
YUV 103.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 118 95 111 0 0.19 0.06 0.54 318.26 0.11 0.42
Hex 76 5F 6F 0 13 6 36 13E B 2A
Octal 166 137 157 0 23 6 66 476 13 52
Binary 1110110 1011111 1101111 0 10011 110 110110 100111110 1011 101010

Color Harmonies of #765F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F6F

Black with #765F6F

Text Example


Text Example

White with #765F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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