#764829

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

Shades of Bull Shot #764829

Tints of Bull Shot #764829

Color information

#764829 (or 0x764829) is unknown color: approx Bull Shot. HEX triplet: 76, 48 and 29. RGB value is (118,72,41). Sum of RGB (Red+Green+Blue) = 118+72+41=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #764829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764829 is #89B7D6. Grayscale: #525252. Windows color (decimal): -9025495 or 2705526. OLE color: 2705526.

HSL color Cylindrical-coordinate representation of color #764829: hue angle of 24.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #764829 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1187241-
CMYK00.390.650.54
HSL24.16º48.43%31.18%-
HSV(B)24.16º65.25%46.27%-
XYZ10.198.653.23-
YUV82.22104.74153.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=51.08%
G=31.17%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118724100.390.650.5424.1648.4331.18
Hex764829027413618301f
Octal1661105104710166306037
Binary11101101001000101001010011110000011101101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764829; }

 p { color: rgb(118,72,41); }

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

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

 a { background-color: rgb(118,72,41); }

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

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

 span { border-color: rgb(118,72,41); }

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