Html Css Color HEX #75576B Salt Box

📋 copy color: '#75576B'

red 117 ◦ green 87 ◦ blue 107

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

Shades of Salt Box #75576B

Tints of Salt Box #75576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 37.62%
G = 27.97%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75576B (or 0x75576B) is known color: Salt Box. HEX triplet: 75, 57 and 6B. RGB value is (117,87,107). Sum of RGB (Red+Green+Blue) = 117+87+107=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75576B is #8AA894. Grayscale: #626262. Windows color (decimal): -9087125 or 7034741. OLE color: 7034741.

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

Color convert

RGB 117 87 107 -
CMYK 0 0.26 0.09 0.54
HSL 320º 0.15% 0.4% -
HSV(B) 320º 0.26% 0.46% -
XYZ 13.4 11.66 15.45 -
YUV 98.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 117 87 107 0 0.26 0.09 0.54 320 0.15 0.4
Hex 75 57 6B 0 1A 9 36 140 F 28
Octal 165 127 153 0 32 11 66 500 17 50
Binary 1110101 1010111 1101011 0 11010 1001 110110 101000000 1111 101000

Color Harmonies of #75576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75576B

Black with #75576B

Text Example


Text Example

White with #75576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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