#764743

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

Shades of Bole #764743

Tints of Bole #764743

Color information

#764743 (or 0x764743) is unknown color: approx Bole. HEX triplet: 76, 47 and 43. RGB value is (118,71,67). Sum of RGB (Red+Green+Blue) = 118+71+67=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764743 is #89B8BC. Grayscale: #545454. Windows color (decimal): -9025725 or 4409206. OLE color: 4409206.

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

Color convert

RGB1187167-
CMYK00.400.430.54
HSL4.71º27.57%36.27%-
HSV(B)4.71º43.22%46.27%-
XYZ10.748.766.44-
YUV84.6118.07151.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 67 (26.56% from 255) = 26.17%
R=46.09%
G=27.73%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118716700.400.430.544.7127.5736.27
Hex7647430282B3651c24
Octal166107103050536653444
Binary111011010001111000011010100010101111011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764743; }

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

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

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

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

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

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

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

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