#764238

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

Shades of Bole #764238

Tints of Bole #764238

Color information

#764238 (or 0x764238) is unknown color: approx Bole. HEX triplet: 76, 42 and 38. RGB value is (118,66,56). Sum of RGB (Red+Green+Blue) = 118+66+56=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764238 is #89BDC7. Grayscale: #505050. Windows color (decimal): -9027016 or 3687030. OLE color: 3687030.

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

Color convert

RGB1186656-
CMYK00.440.530.54
HSL9.68º35.63%34.12%-
HSV(B)9.68º52.54%46.27%-
XYZ10.138.034.76-
YUV80.41114.23154.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=49.17%
G=27.5%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118665600.440.530.549.6835.6334.12
Hex76423802C3536a2422
Octal166102700546566124442
Binary1110110100001011100001011001101011101101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764238; }

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

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

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

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

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

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

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

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