Html Css Color HEX #764E6F Salt Box

📋 copy color: '#764E6F'

red 118 ◦ green 78 ◦ blue 111

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

Shades of Salt Box #764E6F

Tints of Salt Box #764E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

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

R = 38.44%
G = 25.41%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#764E6F (or 0x764E6F) is known color: Salt Box. HEX triplet: 76, 4E and 6F. RGB value is (118,78,111). Sum of RGB (Red+Green+Blue) = 118+78+111=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #764E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E6F is #89B190. Grayscale: #5D5D5D. Windows color (decimal): -9023889 or 7294582. OLE color: 7294582.

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

Color convert

RGB 118 78 111 -
CMYK 0 0.34 0.06 0.54
HSL 310.5º 0.2% 0.38% -
HSV(B) 310.5º 0.34% 0.46% -
XYZ 13.06 10.45 16.37 -
YUV 93.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 118 78 111 0 0.34 0.06 0.54 310.5 0.2 0.38
Hex 76 4E 6F 0 22 6 36 136 14 26
Octal 166 116 157 0 42 6 66 466 24 46
Binary 1110110 1001110 1101111 0 100010 110 110110 100110110 10100 100110

Color Harmonies of #764E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E6F

Black with #764E6F

Text Example


Text Example

White with #764E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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