#764741

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

Shades of Bole #764741

Tints of Bole #764741

Color information

#764741 (or 0x764741) is unknown color: approx Bole. HEX triplet: 76, 47 and 41. RGB value is (118,71,65). Sum of RGB (Red+Green+Blue) = 118+71+65=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764741 is #89B8BE. Grayscale: #545454. Windows color (decimal): -9025727 or 4278134. OLE color: 4278134.

HSL color Cylindrical-coordinate representation of color #764741: hue angle of 6.79º 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 #764741 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1187165-
CMYK00.400.450.54
HSL6.79º28.96%35.88%-
HSV(B)6.79º44.92%46.27%-
XYZ10.688.746.13-
YUV84.37117.07151.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=46.46%
G=27.95%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118716500.400.450.546.7928.9635.88
Hex7647410282D3671d24
Octal166107101050556673544
Binary111011010001111000001010100010110111011011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764741; }

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

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

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

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

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

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

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

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