Html Css Color HEX #764F6E Salt Box

📋 copy color: '#764F6E'

red 118 ◦ green 79 ◦ blue 110

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

Shades of Salt Box #764F6E

Tints of Salt Box #764F6E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.73%

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

R = 38.44%
G = 25.73%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#764F6E (or 0x764F6E) is known color: Salt Box. HEX triplet: 76, 4F and 6E. RGB value is (118,79,110). Sum of RGB (Red+Green+Blue) = 118+79+110=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #764F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F6E is #89B091. Grayscale: #5E5E5E. Windows color (decimal): -9023634 or 7229302. OLE color: 7229302.

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

Color convert

RGB 118 79 110 -
CMYK 0 0.33 0.07 0.54
HSL 312.31º 0.2% 0.39% -
HSV(B) 312.31º 0.33% 0.46% -
XYZ 13.08 10.57 16.1 -
YUV 94.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 118 79 110 0 0.33 0.07 0.54 312.31 0.2 0.39
Hex 76 4F 6E 0 21 7 36 138 14 27
Octal 166 117 156 0 41 7 66 470 24 47
Binary 1110110 1001111 1101110 0 100001 111 110110 100111000 10100 100111

Color Harmonies of #764F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F6E

Black with #764F6E

Text Example


Text Example

White with #764F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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