Html Css Color HEX #75616D Salt Box

📋 copy color: '#75616D'

red 117 ◦ green 97 ◦ blue 109

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

Shades of Salt Box #75616D

Tints of Salt Box #75616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 36.22%
G = 30.03%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75616D (or 0x75616D) is known color: Salt Box. HEX triplet: 75, 61 and 6D. RGB value is (117,97,109). Sum of RGB (Red+Green+Blue) = 117+97+109=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616D is #8A9E92. Grayscale: #686868. Windows color (decimal): -9084563 or 7168373. OLE color: 7168373.

HSL color Cylindrical-coordinate representation of color #75616D: hue angle of 324º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75616D is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 109 -
CMYK 0 0.17 0.07 0.54
HSL 324º 0.09% 0.42% -
HSV(B) 324º 0.17% 0.46% -
XYZ 14.37 13.44 16.3 -
YUV 104.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 117 97 109 0 0.17 0.07 0.54 324 0.09 0.42
Hex 75 61 6D 0 11 7 36 144 9 2A
Octal 165 141 155 0 21 7 66 504 11 52
Binary 1110101 1100001 1101101 0 10001 111 110110 101000100 1001 101010

Color Harmonies of #75616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75616D

Black with #75616D

Text Example


Text Example

White with #75616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75616D; }

 p { color: rgb(117,97,109); }

 H1.HeaderClassName
 {
   color: #75616D;
 }
 .AnyTagClassName
 {
   color: #75616D;
 }
</style>

background-color css

<style>
 a { background-color: #75616D; }

 a { background-color: rgb(117,97,109); }

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

border-color css

<style>
 span { border-color: #75616D; }

 span { border-color: rgb(117,97,109); }

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