Html Css Color HEX #754F70 Salt Box

📋 copy color: '#754F70'

red 117 ◦ green 79 ◦ blue 112

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

Shades of Salt Box #754F70

Tints of Salt Box #754F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

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

R = 37.99%
G = 25.65%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754F70 (or 0x754F70) is known color: Salt Box. HEX triplet: 75, 4F and 70. RGB value is (117,79,112). Sum of RGB (Red+Green+Blue) = 117+79+112=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #754F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F70 is #8AB08F. Grayscale: #5E5E5E. Windows color (decimal): -9089168 or 7360373. OLE color: 7360373.

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

Color convert

RGB 117 79 112 -
CMYK 0 0.32 0.04 0.54
HSL 307.89º 0.19% 0.38% -
HSV(B) 307.89º 0.32% 0.46% -
XYZ 13.06 10.54 16.68 -
YUV 94.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 117 79 112 0 0.32 0.04 0.54 307.89 0.19 0.38
Hex 75 4F 70 0 20 4 36 134 13 26
Octal 165 117 160 0 40 4 66 464 23 46
Binary 1110101 1001111 1110000 0 100000 100 110110 100110100 10011 100110

Color Harmonies of #754F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F70

Black with #754F70

Text Example


Text Example

White with #754F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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