Html Css Color HEX #764A6C Salt Box

📋 copy color: '#764A6C'

red 118 ◦ green 74 ◦ blue 108

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

Shades of Salt Box #764A6C

Tints of Salt Box #764A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 39.33%
G = 24.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#764A6C (or 0x764A6C) is known color: Salt Box. HEX triplet: 76, 4A and 6C. RGB value is (118,74,108). Sum of RGB (Red+Green+Blue) = 118+74+108=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A6C is #89B593. Grayscale: #5A5A5A. Windows color (decimal): -9024916 or 7096950. OLE color: 7096950.

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

Color convert

RGB 118 74 108 -
CMYK 0 0.37 0.08 0.54
HSL 313.64º 0.23% 0.38% -
HSV(B) 313.64º 0.37% 0.46% -
XYZ 12.63 9.83 15.42 -
YUV 91.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 118 74 108 0 0.37 0.08 0.54 313.64 0.23 0.38
Hex 76 4A 6C 0 25 8 36 13A 17 26
Octal 166 112 154 0 45 10 66 472 27 46
Binary 1110110 1001010 1101100 0 100101 1000 110110 100111010 10111 100110

Color Harmonies of #764A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A6C

Black with #764A6C

Text Example


Text Example

White with #764A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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