#764A3F

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

Shades of Bole #764A3F

Tints of Bole #764A3F

Color information

#764A3F (or 0x764A3F) is unknown color: approx Bole. HEX triplet: 76, 4A and 3F. RGB value is (118,74,63). Sum of RGB (Red+Green+Blue) = 118+74+63=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A3F is #89B5C0. Grayscale: #555555. Windows color (decimal): -9024961 or 4147830. OLE color: 4147830.

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

Color convert

RGB1187463-
CMYK00.370.470.54
HSL12º30.39%35.49%-
HSV(B)12º46.61%46.27%-
XYZ10.829.115.89-
YUV85.9115.08150.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 63 (25% from 255) = 24.71%
R=46.27%
G=29.02%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118746300.370.470.541230.3935.49
Hex764A3F0252F36c1e23
Octal166112770455766143643
Binary111011010010101111110100101101111110110110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A3F; }

 p { color: rgb(118,74,63); }

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

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

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

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

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

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

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