#742726

Color #742726 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #742726

Tints of Lusty #742726

Color information

#742726 (or 0x742726) is unknown color: approx Lusty. HEX triplet: 74, 27 and 26. RGB value is (116,39,38). Sum of RGB (Red+Green+Blue) = 116+39+38=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #742726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742726 is #8BD8D9. Grayscale: #3D3D3D. Windows color (decimal): -9165018 or 2500468. OLE color: 2500468.

HSL color Cylindrical-coordinate representation of color #742726: hue angle of 0.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742726 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1163938-
CMYK00.660.670.55
HSL0.77º50.65%30.2%-
HSV(B)0.77º67.24%45.49%-
XYZ8.285.32.42-
YUV61.91114.51166.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=60.10%
G=20.21%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116393800.660.670.550.7750.6530.2
Hex74272604243371331e
Octal164474601021036716336
Binary1110100100111100110010000101000011110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742726; }

 p { color: rgb(116,39,38); }

 H1.HeaderClassName
 {
   color: #742726;
 }
 .AnyTagClassName
 {
   color: #742726;
 }
</style>
background-color css

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

 a { background-color: rgb(116,39,38); }

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

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

 span { border-color: rgb(116,39,38); }

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