Html Css Color HEX #764D70 Salt Box

📋 copy color: '#764D70'

red 118 ◦ green 77 ◦ blue 112

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

Shades of Salt Box #764D70

Tints of Salt Box #764D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 38.44%
G = 25.08%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764D70 (or 0x764D70) is known color: Salt Box. HEX triplet: 76, 4D and 70. RGB value is (118,77,112). Sum of RGB (Red+Green+Blue) = 118+77+112=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #764D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D70 is #89B28F. Grayscale: #5D5D5D. Windows color (decimal): -9024144 or 7359862. OLE color: 7359862.

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

Color convert

RGB 118 77 112 -
CMYK 0 0.35 0.05 0.54
HSL 308.78º 0.21% 0.38% -
HSV(B) 308.78º 0.35% 0.46% -
XYZ 13.05 10.33 16.64 -
YUV 93.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 118 77 112 0 0.35 0.05 0.54 308.78 0.21 0.38
Hex 76 4D 70 0 23 5 36 135 15 26
Octal 166 115 160 0 43 5 66 465 25 46
Binary 1110110 1001101 1110000 0 100011 101 110110 100110101 10101 100110

Color Harmonies of #764D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D70

Black with #764D70

Text Example


Text Example

White with #764D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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