Html Css Color HEX #76576F Salt Box

📋 copy color: '#76576F'

red 118 ◦ green 87 ◦ blue 111

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

Shades of Salt Box #76576F

Tints of Salt Box #76576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 37.34%
G = 27.53%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76576F (or 0x76576F) is known color: Salt Box. HEX triplet: 76, 57 and 6F. RGB value is (118,87,111). Sum of RGB (Red+Green+Blue) = 118+87+111=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76576F is #89A890. Grayscale: #626262. Windows color (decimal): -9021585 or 7296886. OLE color: 7296886.

HSL color Cylindrical-coordinate representation of color #76576F: hue angle of 313.55º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76576F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 111 -
CMYK 0 0.26 0.06 0.54
HSL 313.55º 0.15% 0.4% -
HSV(B) 313.55º 0.26% 0.46% -
XYZ 13.75 11.82 16.59 -
YUV 99.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 118 87 111 0 0.26 0.06 0.54 313.55 0.15 0.4
Hex 76 57 6F 0 1A 6 36 13A F 28
Octal 166 127 157 0 32 6 66 472 17 50
Binary 1110110 1010111 1101111 0 11010 110 110110 100111010 1111 101000

Color Harmonies of #76576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76576F

Black with #76576F

Text Example


Text Example

White with #76576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76576F; }

 p { color: rgb(118,87,111); }

 H1.HeaderClassName
 {
   color: #76576F;
 }
 .AnyTagClassName
 {
   color: #76576F;
 }
</style>

background-color css

<style>
 a { background-color: #76576F; }

 a { background-color: rgb(118,87,111); }

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

border-color css

<style>
 span { border-color: #76576F; }

 span { border-color: rgb(118,87,111); }

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