Html Css Color HEX #75506A Salt Box

📋 copy color: '#75506A'

red 117 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #75506A

Tints of Salt Box #75506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 38.61%
G = 26.4%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75506A (or 0x75506A) is known color: Salt Box. HEX triplet: 75, 50 and 6A. RGB value is (117,80,106). Sum of RGB (Red+Green+Blue) = 117+80+106=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #75506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75506A is #8AAF95. Grayscale: #5D5D5D. Windows color (decimal): -9088918 or 6967413. OLE color: 6967413.

HSL color Cylindrical-coordinate representation of color #75506A: hue angle of 317.84º 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 #75506A is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 106 -
CMYK 0 0.32 0.09 0.54
HSL 317.84º 0.19% 0.39% -
HSV(B) 317.84º 0.32% 0.46% -
XYZ 12.81 10.56 15 -
YUV 94.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 117 80 106 0 0.32 0.09 0.54 317.84 0.19 0.39
Hex 75 50 6A 0 20 9 36 13E 13 27
Octal 165 120 152 0 40 11 66 476 23 47
Binary 1110101 1010000 1101010 0 100000 1001 110110 100111110 10011 100111

Color Harmonies of #75506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75506A

Black with #75506A

Text Example


Text Example

White with #75506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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