Html Css Color HEX #764D6D Salt Box

📋 copy color: '#764D6D'

red 118 ◦ green 77 ◦ blue 109

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

Shades of Salt Box #764D6D

Tints of Salt Box #764D6D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 38.82%
G = 25.33%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#764D6D (or 0x764D6D) is known color: Salt Box. HEX triplet: 76, 4D and 6D. RGB value is (118,77,109). Sum of RGB (Red+Green+Blue) = 118+77+109=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #764D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D6D is #89B292. Grayscale: #5C5C5C. Windows color (decimal): -9024147 or 7163254. OLE color: 7163254.

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

Color convert

RGB 118 77 109 -
CMYK 0 0.35 0.08 0.54
HSL 313.17º 0.21% 0.38% -
HSV(B) 313.17º 0.35% 0.46% -
XYZ 12.89 10.26 15.77 -
YUV 92.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 118 77 109 0 0.35 0.08 0.54 313.17 0.21 0.38
Hex 76 4D 6D 0 23 8 36 139 15 26
Octal 166 115 155 0 43 10 66 471 25 46
Binary 1110110 1001101 1101101 0 100011 1000 110110 100111001 10101 100110

Color Harmonies of #764D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D6D

Black with #764D6D

Text Example


Text Example

White with #764D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,77,109); }

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

background-color css

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

 a { background-color: rgb(118,77,109); }

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

border-color css

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

 span { border-color: rgb(118,77,109); }

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