#764444

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

Shades of Bole #764444

Tints of Bole #764444

Color information

#764444 (or 0x764444) is unknown color: approx Bole. HEX triplet: 76, 44 and 44. RGB value is (118,68,68). Sum of RGB (Red+Green+Blue) = 118+68+68=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764444 is #89BBBB. Grayscale: #535353. Windows color (decimal): -9026492 or 4473974. OLE color: 4473974.

HSL color Cylindrical-coordinate representation of color #764444: hue angle of 0º degrees, saturation: 0.27, 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 #764444 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1186868-
CMYK00.420.420.54
HSL26.88%36.47%-
HSV(B)42.37%46.27%-
XYZ10.588.46.53-
YUV82.95119.56153-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 68 (26.95% from 255) = 26.77%
R=46.46%
G=26.77%
B=26.77%

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
Decimal118686800.420.420.54026.8836.47
Hex76444402A2A3601b24
Octal166104104052526603344
Binary1110110100010010001000101010101010110110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764444; }

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

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

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

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

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

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

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

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