#764438

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

Shades of Bole #764438

Tints of Bole #764438

Color information

#764438 (or 0x764438) is unknown color: approx Bole. HEX triplet: 76, 44 and 38. RGB value is (118,68,56). Sum of RGB (Red+Green+Blue) = 118+68+56=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764438 is #89BBC7. Grayscale: #515151. Windows color (decimal): -9026504 or 3687542. OLE color: 3687542.

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

Color convert

RGB1186856-
CMYK00.420.530.54
HSL11.61º35.63%34.12%-
HSV(B)11.61º52.54%46.27%-
XYZ10.258.274.8-
YUV81.58113.56153.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=48.76%
G=28.10%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118685600.420.530.5411.6135.6334.12
Hex76443802A3536c2422
Octal166104700526566144442
Binary1110110100010011100001010101101011101101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764438; }

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

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

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

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

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

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

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

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