Html Css Color HEX #75506F Salt Box

📋 copy color: '#75506F'

red 117 ◦ green 80 ◦ blue 111

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

Shades of Salt Box #75506F

Tints of Salt Box #75506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

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

R = 37.99%
G = 25.97%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75506F (or 0x75506F) is known color: Salt Box. HEX triplet: 75, 50 and 6F. RGB value is (117,80,111). Sum of RGB (Red+Green+Blue) = 117+80+111=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506F is #8AAF90. Grayscale: #5E5E5E. Windows color (decimal): -9088913 or 7295093. OLE color: 7295093.

HSL color Cylindrical-coordinate representation of color #75506F: hue angle of 309.73º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75506F is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 111 -
CMYK 0 0.32 0.05 0.54
HSL 309.73º 0.19% 0.39% -
HSV(B) 309.73º 0.32% 0.46% -
XYZ 13.07 10.67 16.41 -
YUV 94.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 117 80 111 0 0.32 0.05 0.54 309.73 0.19 0.39
Hex 75 50 6F 0 20 5 36 136 13 27
Octal 165 120 157 0 40 5 66 466 23 47
Binary 1110101 1010000 1101111 0 100000 101 110110 100110110 10011 100111

Color Harmonies of #75506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75506F

Black with #75506F

Text Example


Text Example

White with #75506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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