Html Css Color HEX #765B6D Salt Box

📋 copy color: '#765B6D'

red 118 ◦ green 91 ◦ blue 109

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

Shades of Salt Box #765B6D

Tints of Salt Box #765B6D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 37.11%
G = 28.62%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#765B6D (or 0x765B6D) is known color: Salt Box. HEX triplet: 76, 5B and 6D. RGB value is (118,91,109). Sum of RGB (Red+Green+Blue) = 118+91+109=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B6D is #89A492. Grayscale: #656565. Windows color (decimal): -9020563 or 7166838. OLE color: 7166838.

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

Color convert

RGB 118 91 109 -
CMYK 0 0.23 0.08 0.54
HSL 320º 0.13% 0.41% -
HSV(B) 320º 0.23% 0.46% -
XYZ 13.97 12.44 16.13 -
YUV 101.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 118 91 109 0 0.23 0.08 0.54 320 0.13 0.41
Hex 76 5B 6D 0 17 8 36 140 D 29
Octal 166 133 155 0 27 10 66 500 15 51
Binary 1110110 1011011 1101101 0 10111 1000 110110 101000000 1101 101001

Color Harmonies of #765B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B6D

Black with #765B6D

Text Example


Text Example

White with #765B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,91,109); }

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

background-color css

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

 a { background-color: rgb(118,91,109); }

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

border-color css

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

 span { border-color: rgb(118,91,109); }

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