Html Css Color HEX #754C70 Salt Box

📋 copy color: '#754C70'

red 117 ◦ green 76 ◦ blue 112

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

Shades of Salt Box #754C70

Tints of Salt Box #754C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

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

R = 38.36%
G = 24.92%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754C70 (or 0x754C70) is known color: Salt Box. HEX triplet: 75, 4C and 70. RGB value is (117,76,112). Sum of RGB (Red+Green+Blue) = 117+76+112=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #754C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C70 is #8AB38F. Grayscale: #5C5C5C. Windows color (decimal): -9089936 or 7359605. OLE color: 7359605.

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

Color convert

RGB 117 76 112 -
CMYK 0 0.35 0.04 0.54
HSL 307.32º 0.21% 0.38% -
HSV(B) 307.32º 0.35% 0.46% -
XYZ 12.85 10.12 16.61 -
YUV 92.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 117 76 112 0 0.35 0.04 0.54 307.32 0.21 0.38
Hex 75 4C 70 0 23 4 36 133 15 26
Octal 165 114 160 0 43 4 66 463 25 46
Binary 1110101 1001100 1110000 0 100011 100 110110 100110011 10101 100110

Color Harmonies of #754C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C70

Black with #754C70

Text Example


Text Example

White with #754C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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