Html Css Color HEX #764D6F Salt Box

📋 copy color: '#764D6F'

red 118 ◦ green 77 ◦ blue 111

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

Shades of Salt Box #764D6F

Tints of Salt Box #764D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.16%

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

R = 38.56%
G = 25.16%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#764D6F (or 0x764D6F) is known color: Salt Box. HEX triplet: 76, 4D and 6F. RGB value is (118,77,111). Sum of RGB (Red+Green+Blue) = 118+77+111=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D6F is #89B290. Grayscale: #5D5D5D. Windows color (decimal): -9024145 or 7294326. OLE color: 7294326.

HSL color Cylindrical-coordinate representation of color #764D6F: hue angle of 310.24º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #764D6F is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 111 -
CMYK 0 0.35 0.06 0.54
HSL 310.24º 0.21% 0.38% -
HSV(B) 310.24º 0.35% 0.46% -
XYZ 12.99 10.31 16.34 -
YUV 93.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 118 77 111 0 0.35 0.06 0.54 310.24 0.21 0.38
Hex 76 4D 6F 0 23 6 36 136 15 26
Octal 166 115 157 0 43 6 66 466 25 46
Binary 1110110 1001101 1101111 0 100011 110 110110 100110110 10101 100110

Color Harmonies of #764D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D6F

Black with #764D6F

Text Example


Text Example

White with #764D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D6F; }

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

 H1.HeaderClassName
 {
   color: #764D6F;
 }
 .AnyTagClassName
 {
   color: #764D6F;
 }
</style>

background-color css

<style>
 a { background-color: #764D6F; }

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

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

border-color css

<style>
 span { border-color: #764D6F; }

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

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