Html Css Color HEX #764F70 Salt Box

📋 copy color: '#764F70'

red 118 ◦ green 79 ◦ blue 112

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

Shades of Salt Box #764F70

Tints of Salt Box #764F70

RGB

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

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

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

R = 38.19%
G = 25.57%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#764F70 (or 0x764F70) is known color: Salt Box. HEX triplet: 76, 4F and 70. RGB value is (118,79,112). Sum of RGB (Red+Green+Blue) = 118+79+112=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #764F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F70 is #89B08F. Grayscale: #5E5E5E. Windows color (decimal): -9023632 or 7360374. OLE color: 7360374.

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

Color convert

RGB 118 79 112 -
CMYK 0 0.33 0.05 0.54
HSL 309.23º 0.2% 0.39% -
HSV(B) 309.23º 0.33% 0.46% -
XYZ 13.19 10.61 16.68 -
YUV 94.42 137.92 144.82 -
System Red Green Blue C M Y K H S L
Decimal 118 79 112 0 0.33 0.05 0.54 309.23 0.2 0.39
Hex 76 4F 70 0 21 5 36 135 14 27
Octal 166 117 160 0 41 5 66 465 24 47
Binary 1110110 1001111 1110000 0 100001 101 110110 100110101 10100 100111

Color Harmonies of #764F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F70

Black with #764F70

Text Example


Text Example

White with #764F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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