#764038

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

Shades of Bole #764038

Tints of Bole #764038

Color information

#764038 (or 0x764038) is unknown color: approx Bole. HEX triplet: 76, 40 and 38. RGB value is (118,64,56). Sum of RGB (Red+Green+Blue) = 118+64+56=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #764038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764038 is #89BFC7. Grayscale: #4F4F4F. Windows color (decimal): -9027528 or 3686518. OLE color: 3686518.

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

Color convert

RGB1186456-
CMYK00.460.530.54
HSL7.74º35.63%34.12%-
HSV(B)7.74º52.54%46.27%-
XYZ10.027.84.72-
YUV79.23114.89155.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=49.58%
G=26.89%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118645600.460.530.547.7435.6334.12
Hex76403802E353682422
Octal166100700566566104442
Binary1110110100000011100001011101101011101101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764038; }

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

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

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

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

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

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

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

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