Html Css Color HEX #75566F Salt Box

📋 copy color: '#75566F'

red 117 ◦ green 86 ◦ blue 111

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

Shades of Salt Box #75566F

Tints of Salt Box #75566F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 37.26%
G = 27.39%
B = 35.35%

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

#75566F (or 0x75566F) is known color: Salt Box. HEX triplet: 75, 56 and 6F. RGB value is (117,86,111). Sum of RGB (Red+Green+Blue) = 117+86+111=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566F is #8AA990. Grayscale: #626262. Windows color (decimal): -9087377 or 7296629. OLE color: 7296629.

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

Color convert

RGB 117 86 111 -
CMYK 0 0.26 0.05 0.54
HSL 311.61º 0.15% 0.4% -
HSV(B) 311.61º 0.26% 0.46% -
XYZ 13.53 11.59 16.56 -
YUV 98.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 117 86 111 0 0.26 0.05 0.54 311.61 0.15 0.4
Hex 75 56 6F 0 1A 5 36 138 F 28
Octal 165 126 157 0 32 5 66 470 17 50
Binary 1110101 1010110 1101111 0 11010 101 110110 100111000 1111 101000

Color Harmonies of #75566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75566F

Black with #75566F

Text Example


Text Example

White with #75566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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