Html Css Color HEX #75636E Salt Box

📋 copy color: '#75636E'

red 117 ◦ green 99 ◦ blue 110

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

Shades of Salt Box #75636E

Tints of Salt Box #75636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 35.89%
G = 30.37%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75636E (or 0x75636E) is known color: Salt Box. HEX triplet: 75, 63 and 6E. RGB value is (117,99,110). Sum of RGB (Red+Green+Blue) = 117+99+110=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636E is #8A9C91. Grayscale: #696969. Windows color (decimal): -9084050 or 7234421. OLE color: 7234421.

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

Color convert

RGB 117 99 110 -
CMYK 0 0.15 0.06 0.54
HSL 323.33º 0.08% 0.42% -
HSV(B) 323.33º 0.15% 0.46% -
XYZ 14.61 13.83 16.65 -
YUV 105.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 117 99 110 0 0.15 0.06 0.54 323.33 0.08 0.42
Hex 75 63 6E 0 F 6 36 143 8 2A
Octal 165 143 156 0 17 6 66 503 10 52
Binary 1110101 1100011 1101110 0 1111 110 110110 101000011 1000 101010

Color Harmonies of #75636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75636E

Black with #75636E

Text Example


Text Example

White with #75636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75636E; }

 p { color: rgb(117,99,110); }

 H1.HeaderClassName
 {
   color: #75636E;
 }
 .AnyTagClassName
 {
   color: #75636E;
 }
</style>

background-color css

<style>
 a { background-color: #75636E; }

 a { background-color: rgb(117,99,110); }

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

border-color css

<style>
 span { border-color: #75636E; }

 span { border-color: rgb(117,99,110); }

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