#764339

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

Shades of Bole #764339

Tints of Bole #764339

Color information

#764339 (or 0x764339) is unknown color: approx Bole. HEX triplet: 76, 43 and 39. RGB value is (118,67,57). Sum of RGB (Red+Green+Blue) = 118+67+57=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764339 is #89BCC6. Grayscale: #515151. Windows color (decimal): -9026759 or 3752822. OLE color: 3752822.

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

Color convert

RGB1186757-
CMYK00.430.520.54
HSL9.84º34.86%34.31%-
HSV(B)9.84º51.69%46.27%-
XYZ10.228.164.91-
YUV81.11114.4154.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=48.76%
G=27.69%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118675700.430.520.549.8434.8634.31
Hex76433902B3436a2322
Octal166103710536466124342
Binary1110110100001111100101010111101001101101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764339; }

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

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

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

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

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

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

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

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