Html Css Color HEX #765C6F Salt Box

📋 copy color: '#765C6F'

red 118 ◦ green 92 ◦ blue 111

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

Shades of Salt Box #765C6F

Tints of Salt Box #765C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

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

R = 36.76%
G = 28.66%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#765C6F (or 0x765C6F) is known color: Salt Box. HEX triplet: 76, 5C and 6F. RGB value is (118,92,111). Sum of RGB (Red+Green+Blue) = 118+92+111=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C6F is #89A390. Grayscale: #656565. Windows color (decimal): -9020305 or 7298166. OLE color: 7298166.

HSL color Cylindrical-coordinate representation of color #765C6F: hue angle of 316.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C6F is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 111 -
CMYK 0 0.22 0.06 0.54
HSL 316.15º 0.12% 0.41% -
HSV(B) 316.15º 0.22% 0.46% -
XYZ 14.17 12.65 16.73 -
YUV 101.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 118 92 111 0 0.22 0.06 0.54 316.15 0.12 0.41
Hex 76 5C 6F 0 16 6 36 13C C 29
Octal 166 134 157 0 26 6 66 474 14 51
Binary 1110110 1011100 1101111 0 10110 110 110110 100111100 1100 101001

Color Harmonies of #765C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C6F

Black with #765C6F

Text Example


Text Example

White with #765C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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