Html Css Color HEX #764C70 Salt Box

📋 copy color: '#764C70'

red 118 ◦ green 76 ◦ blue 112

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

Shades of Salt Box #764C70

Tints of Salt Box #764C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

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

R = 38.56%
G = 24.84%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764C70 (or 0x764C70) is known color: Salt Box. HEX triplet: 76, 4C and 70. RGB value is (118,76,112). Sum of RGB (Red+Green+Blue) = 118+76+112=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C70 is #89B38F. Grayscale: #5C5C5C. Windows color (decimal): -9024400 or 7359606. OLE color: 7359606.

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

Color convert

RGB 118 76 112 -
CMYK 0 0.36 0.05 0.54
HSL 308.57º 0.22% 0.38% -
HSV(B) 308.57º 0.36% 0.46% -
XYZ 12.98 10.19 16.61 -
YUV 92.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 118 76 112 0 0.36 0.05 0.54 308.57 0.22 0.38
Hex 76 4C 70 0 24 5 36 135 16 26
Octal 166 114 160 0 44 5 66 465 26 46
Binary 1110110 1001100 1110000 0 100100 101 110110 100110101 10110 100110

Color Harmonies of #764C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C70

Black with #764C70

Text Example


Text Example

White with #764C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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