#764137

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

Shades of Bole #764137

Tints of Bole #764137

Color information

#764137 (or 0x764137) is unknown color: approx Bole. HEX triplet: 76, 41 and 37. RGB value is (118,65,55). Sum of RGB (Red+Green+Blue) = 118+65+55=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764137 is #89BEC8. Grayscale: #4F4F4F. Windows color (decimal): -9027273 or 3621238. OLE color: 3621238.

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

Color convert

RGB1186555-
CMYK00.450.530.54
HSL9.52º36.42%33.92%-
HSV(B)9.52º53.39%46.27%-
XYZ10.057.914.61-
YUV79.71114.06155.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=49.58%
G=27.31%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118655500.450.530.549.5236.4233.92
Hex76413702D3536a2422
Octal166101670556566124442
Binary1110110100000111011101011011101011101101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764137; }

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

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

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

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

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

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

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

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