Html Css Color HEX #764B70 Salt Box

📋 copy color: '#764B70'

red 118 ◦ green 75 ◦ blue 112

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

Shades of Salt Box #764B70

Tints of Salt Box #764B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

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

R = 38.69%
G = 24.59%
B = 36.72%

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

#764B70 (or 0x764B70) is known color: Salt Box. HEX triplet: 76, 4B and 70. RGB value is (118,75,112). Sum of RGB (Red+Green+Blue) = 118+75+112=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #764B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764B70 is #89B48F. Grayscale: #5B5B5B. Windows color (decimal): -9024656 or 7359350. OLE color: 7359350.

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

Color convert

RGB 118 75 112 -
CMYK 0 0.36 0.05 0.54
HSL 308.37º 0.22% 0.38% -
HSV(B) 308.37º 0.36% 0.46% -
XYZ 12.91 10.05 16.59 -
YUV 92.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 118 75 112 0 0.36 0.05 0.54 308.37 0.22 0.38
Hex 76 4B 70 0 24 5 36 134 16 26
Octal 166 113 160 0 44 5 66 464 26 46
Binary 1110110 1001011 1110000 0 100100 101 110110 100110100 10110 100110

Color Harmonies of #764B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B70

Black with #764B70

Text Example


Text Example

White with #764B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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