Html Css Color HEX #75636F Salt Box

📋 copy color: '#75636F'

red 117 ◦ green 99 ◦ blue 111

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

Shades of Salt Box #75636F

Tints of Salt Box #75636F

RGB

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

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

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

R = 35.78%
G = 30.28%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75636F (or 0x75636F) is known color: Salt Box. HEX triplet: 75, 63 and 6F. RGB value is (117,99,111). Sum of RGB (Red+Green+Blue) = 117+99+111=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 117 - color contains mainly: red. Hex color #75636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636F is #8A9C90. Grayscale: #696969. Windows color (decimal): -9084049 or 7299957. OLE color: 7299957.

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

Color convert

RGB 117 99 111 -
CMYK 0 0.15 0.05 0.54
HSL 320º 0.08% 0.42% -
HSV(B) 320º 0.15% 0.46% -
XYZ 14.67 13.85 16.94 -
YUV 105.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 117 99 111 0 0.15 0.05 0.54 320 0.08 0.42
Hex 75 63 6F 0 F 5 36 140 8 2A
Octal 165 143 157 0 17 5 66 500 10 52
Binary 1110101 1100011 1101111 0 1111 101 110110 101000000 1000 101010

Color Harmonies of #75636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75636F

Black with #75636F

Text Example


Text Example

White with #75636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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