Html Css Color HEX #745270 Salt Box

📋 copy color: '#745270'

red 116 ◦ green 82 ◦ blue 112

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

Shades of Salt Box #745270

Tints of Salt Box #745270

RGB

 RED value IS 116 (45.7% from 255) = 37.42%

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 37.42%
G = 26.45%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#745270 (or 0x745270) is known color: Salt Box. HEX triplet: 74, 52 and 70. RGB value is (116,82,112). Sum of RGB (Red+Green+Blue) = 116+82+112=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #745270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745270 is #8BAD8F. Grayscale: #5F5F5F. Windows color (decimal): -9153936 or 7361140. OLE color: 7361140.

HSL color Cylindrical-coordinate representation of color #745270: hue angle of 307.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745270 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 112 -
CMYK 0 0.29 0.03 0.55
HSL 307.06º 0.17% 0.39% -
HSV(B) 307.06º 0.29% 0.45% -
XYZ 13.14 10.92 16.74 -
YUV 95.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 116 82 112 0 0.29 0.03 0.55 307.06 0.17 0.39
Hex 74 52 70 0 1D 3 37 133 11 27
Octal 164 122 160 0 35 3 67 463 21 47
Binary 1110100 1010010 1110000 0 11101 11 110111 100110011 10001 100111

Color Harmonies of #745270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745270

Black with #745270

Text Example


Text Example

White with #745270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745270; }

 p { color: rgb(116,82,112); }

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

background-color css

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

 a { background-color: rgb(116,82,112); }

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

border-color css

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

 span { border-color: rgb(116,82,112); }

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