#764141

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

Shades of Bole #764141

Tints of Bole #764141

Color information

#764141 (or 0x764141) is unknown color: approx Bole. HEX triplet: 76, 41 and 41. RGB value is (118,65,65). Sum of RGB (Red+Green+Blue) = 118+65+65=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764141 is #89BEBE. Grayscale: #505050. Windows color (decimal): -9027263 or 4276598. OLE color: 4276598.

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

Color convert

RGB1186565-
CMYK00.450.450.54
HSL28.96%35.88%-
HSV(B)44.92%46.27%-
XYZ10.328.016-
YUV80.85119.06154.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=47.58%
G=26.21%
B=26.21%

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
Decimal118656500.450.450.54028.9635.88
Hex76414102D2D3601d24
Octal166101101055556603544
Binary1110110100000110000010101101101101110110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764141; }

 p { color: rgb(118,65,65); }

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

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

 a { background-color: rgb(118,65,65); }

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

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

 span { border-color: rgb(118,65,65); }

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