#754444

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

Shades of Bole #754444

Tints of Bole #754444

Color information

#754444 (or 0x754444) is unknown color: approx Bole. HEX triplet: 75, 44 and 44. RGB value is (117,68,68). Sum of RGB (Red+Green+Blue) = 117+68+68=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #754444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754444 is #8ABBBB. Grayscale: #525252. Windows color (decimal): -9092028 or 4473973. OLE color: 4473973.

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

Color convert

RGB1176868-
CMYK00.420.420.54
HSL26.49%36.27%-
HSV(B)41.88%45.88%-
XYZ10.458.336.53-
YUV82.65119.73152.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 68 (26.95% from 255) = 26.88%
R=46.25%
G=26.88%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117686800.420.420.54026.4936.27
Hex75444402A2A3601a24
Octal165104104052526603244
Binary1110101100010010001000101010101010110110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754444; }

 p { color: rgb(117,68,68); }

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

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

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

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

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

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

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