#764642

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

Shades of Bole #764642

Tints of Bole #764642

Color information

#764642 (or 0x764642) is unknown color: approx Bole. HEX triplet: 76, 46 and 42. RGB value is (118,70,66). Sum of RGB (Red+Green+Blue) = 118+70+66=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764642 is #89B9BD. Grayscale: #535353. Windows color (decimal): -9025982 or 4343414. OLE color: 4343414.

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

Color convert

RGB1187066-
CMYK00.410.440.54
HSL4.62º28.26%36.08%-
HSV(B)4.62º44.07%46.27%-
XYZ10.648.636.26-
YUV83.9117.9152.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=46.46%
G=27.56%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118706600.410.440.544.6228.2636.08
Hex7646420292C3651c24
Octal166106102051546653444
Binary111011010001101000010010100110110011011010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764642; }

 p { color: rgb(118,70,66); }

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

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

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

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

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

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

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