Html Css Color HEX #764E70 Salt Box

📋 copy color: '#764E70'

red 118 ◦ green 78 ◦ blue 112

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

Shades of Salt Box #764E70

Tints of Salt Box #764E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

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

R = 38.31%
G = 25.32%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764E70 (or 0x764E70) is known color: Salt Box. HEX triplet: 76, 4E and 70. RGB value is (118,78,112). Sum of RGB (Red+Green+Blue) = 118+78+112=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #764E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E70 is #89B18F. Grayscale: #5D5D5D. Windows color (decimal): -9023888 or 7360118. OLE color: 7360118.

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

Color convert

RGB 118 78 112 -
CMYK 0 0.34 0.05 0.54
HSL 309º 0.2% 0.38% -
HSV(B) 309º 0.34% 0.46% -
XYZ 13.12 10.47 16.66 -
YUV 93.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 118 78 112 0 0.34 0.05 0.54 309 0.2 0.38
Hex 76 4E 70 0 22 5 36 135 14 26
Octal 166 116 160 0 42 5 66 465 24 46
Binary 1110110 1001110 1110000 0 100010 101 110110 100110101 10100 100110

Color Harmonies of #764E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E70

Black with #764E70

Text Example


Text Example

White with #764E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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