Html Css Color HEX #75576F Salt Box

📋 copy color: '#75576F'

red 117 ◦ green 87 ◦ blue 111

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

Shades of Salt Box #75576F

Tints of Salt Box #75576F

RGB

 RED value IS 117 (46.09% from 255) = 37.14%

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

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

R = 37.14%
G = 27.62%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75576F (or 0x75576F) is known color: Salt Box. HEX triplet: 75, 57 and 6F. RGB value is (117,87,111). Sum of RGB (Red+Green+Blue) = 117+87+111=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #75576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576F is #8AA890. Grayscale: #626262. Windows color (decimal): -9087121 or 7296885. OLE color: 7296885.

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

Color convert

RGB 117 87 111 -
CMYK 0 0.26 0.05 0.54
HSL 312º 0.15% 0.4% -
HSV(B) 312º 0.26% 0.46% -
XYZ 13.61 11.75 16.59 -
YUV 98.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 117 87 111 0 0.26 0.05 0.54 312 0.15 0.4
Hex 75 57 6F 0 1A 5 36 138 F 28
Octal 165 127 157 0 32 5 66 470 17 50
Binary 1110101 1010111 1101111 0 11010 101 110110 100111000 1111 101000

Color Harmonies of #75576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75576F

Black with #75576F

Text Example


Text Example

White with #75576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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