Html Css Color HEX #75616E Salt Box

📋 copy color: '#75616E'

red 117 ◦ green 97 ◦ blue 110

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

Shades of Salt Box #75616E

Tints of Salt Box #75616E

RGB

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

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

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

R = 36.11%
G = 29.94%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75616E (or 0x75616E) is known color: Salt Box. HEX triplet: 75, 61 and 6E. RGB value is (117,97,110). Sum of RGB (Red+Green+Blue) = 117+97+110=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #75616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75616E is #8A9E91. Grayscale: #686868. Windows color (decimal): -9084562 or 7233909. OLE color: 7233909.

HSL color Cylindrical-coordinate representation of color #75616E: hue angle of 321º 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 #75616E is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 110 -
CMYK 0 0.17 0.06 0.54
HSL 321º 0.09% 0.42% -
HSV(B) 321º 0.17% 0.46% -
XYZ 14.43 13.46 16.59 -
YUV 104.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 117 97 110 0 0.17 0.06 0.54 321 0.09 0.42
Hex 75 61 6E 0 11 6 36 141 9 2A
Octal 165 141 156 0 21 6 66 501 11 52
Binary 1110101 1100001 1101110 0 10001 110 110110 101000001 1001 101010

Color Harmonies of #75616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75616E

Black with #75616E

Text Example


Text Example

White with #75616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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