Html Css Color HEX #764E6E Salt Box

📋 copy color: '#764E6E'

red 118 ◦ green 78 ◦ blue 110

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

Shades of Salt Box #764E6E

Tints of Salt Box #764E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 38.56%
G = 25.49%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#764E6E (or 0x764E6E) is known color: Salt Box. HEX triplet: 76, 4E and 6E. RGB value is (118,78,110). Sum of RGB (Red+Green+Blue) = 118+78+110=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E6E is #89B191. Grayscale: #5D5D5D. Windows color (decimal): -9023890 or 7229046. OLE color: 7229046.

HSL color Cylindrical-coordinate representation of color #764E6E: hue angle of 312º 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 #764E6E is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 110 -
CMYK 0 0.34 0.07 0.54
HSL 312º 0.2% 0.38% -
HSV(B) 312º 0.34% 0.46% -
XYZ 13.01 10.43 16.08 -
YUV 93.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 118 78 110 0 0.34 0.07 0.54 312 0.2 0.38
Hex 76 4E 6E 0 22 7 36 138 14 26
Octal 166 116 156 0 42 7 66 470 24 46
Binary 1110110 1001110 1101110 0 100010 111 110110 100111000 10100 100110

Color Harmonies of #764E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E6E

Black with #764E6E

Text Example


Text Example

White with #764E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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