Html Css Color HEX #764A6E Salt Box

📋 copy color: '#764A6E'

red 118 ◦ green 74 ◦ blue 110

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

Shades of Salt Box #764A6E

Tints of Salt Box #764A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

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

R = 39.07%
G = 24.5%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#764A6E (or 0x764A6E) is known color: Salt Box. HEX triplet: 76, 4A and 6E. RGB value is (118,74,110). Sum of RGB (Red+Green+Blue) = 118+74+110=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A6E is #89B591. Grayscale: #5B5B5B. Windows color (decimal): -9024914 or 7228022. OLE color: 7228022.

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

Color convert

RGB 118 74 110 -
CMYK 0 0.37 0.07 0.54
HSL 310.91º 0.23% 0.38% -
HSV(B) 310.91º 0.37% 0.46% -
XYZ 12.73 9.87 15.99 -
YUV 91.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 118 74 110 0 0.37 0.07 0.54 310.91 0.23 0.38
Hex 76 4A 6E 0 25 7 36 137 17 26
Octal 166 112 156 0 45 7 66 467 27 46
Binary 1110110 1001010 1101110 0 100101 111 110110 100110111 10111 100110

Color Harmonies of #764A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A6E

Black with #764A6E

Text Example


Text Example

White with #764A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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