#754040

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

Shades of Bole #754040

Tints of Bole #754040

Color information

#754040 (or 0x754040) is unknown color: approx Bole. HEX triplet: 75, 40 and 40. RGB value is (117,64,64). Sum of RGB (Red+Green+Blue) = 117+64+64=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #754040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754040 is #8ABFBF. Grayscale: #4F4F4F. Windows color (decimal): -9093056 or 4210805. OLE color: 4210805.

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

Color convert

RGB1176464-
CMYK00.450.450.54
HSL29.28%35.49%-
HSV(B)45.3%45.88%-
XYZ10.097.825.83-
YUV79.85119.06154.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=47.76%
G=26.12%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117646400.450.450.54029.2835.49
Hex75404002D2D3601d23
Octal165100100055556603543
Binary1110101100000010000000101101101101110110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754040; }

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

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

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

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

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

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

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

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