#764624

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

Shades of Bull Shot #764624

Tints of Bull Shot #764624

Color information

#764624 (or 0x764624) is unknown color: approx Bull Shot. HEX triplet: 76, 46 and 24. RGB value is (118,70,36). Sum of RGB (Red+Green+Blue) = 118+70+36=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764624 is #89B9DB. Grayscale: #505050. Windows color (decimal): -9026012 or 2377334. OLE color: 2377334.

HSL color Cylindrical-coordinate representation of color #764624: hue angle of 24.88º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764624 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1187036-
CMYK00.410.690.54
HSL24.88º53.25%30.2%-
HSV(B)24.88º69.49%46.27%-
XYZ9.988.362.76-
YUV80.48102.9154.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=52.68%
G=31.25%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118703600.410.690.5424.8853.2530.2
Hex764624029453619351e
Octal1661064405110566316536
Binary11101101000110100100010100110001011101101100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764624; }

 p { color: rgb(118,70,36); }

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

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

 a { background-color: rgb(118,70,36); }

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

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

 span { border-color: rgb(118,70,36); }

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