Html Css Color HEX #756470 Salt Box

📋 copy color: '#756470'

red 117 ◦ green 100 ◦ blue 112

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

Shades of Salt Box #756470

Tints of Salt Box #756470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 35.56%
G = 30.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#756470 (or 0x756470) is known color: Salt Box. HEX triplet: 75, 64 and 70. RGB value is (117,100,112). Sum of RGB (Red+Green+Blue) = 117+100+112=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756470 is #8A9B8F. Grayscale: #6A6A6A. Windows color (decimal): -9083792 or 7365749. OLE color: 7365749.

HSL color Cylindrical-coordinate representation of color #756470: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756470 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 112 -
CMYK 0 0.15 0.04 0.54
HSL 317.65º 0.08% 0.43% -
HSV(B) 317.65º 0.15% 0.46% -
XYZ 14.82 14.07 17.26 -
YUV 106.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 117 100 112 0 0.15 0.04 0.54 317.65 0.08 0.43
Hex 75 64 70 0 F 4 36 13E 8 2B
Octal 165 144 160 0 17 4 66 476 10 53
Binary 1110101 1100100 1110000 0 1111 100 110110 100111110 1000 101011

Color Harmonies of #756470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756470

Black with #756470

Text Example


Text Example

White with #756470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756470; }

 p { color: rgb(117,100,112); }

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

background-color css

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

 a { background-color: rgb(117,100,112); }

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

border-color css

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

 span { border-color: rgb(117,100,112); }

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