#764726

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

Shades of Bull Shot #764726

Tints of Bull Shot #764726

Color information

#764726 (or 0x764726) is unknown color: approx Bull Shot. HEX triplet: 76, 47 and 26. RGB value is (118,71,38). Sum of RGB (Red+Green+Blue) = 118+71+38=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #764726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764726 is #89B8D9. Grayscale: #515151. Windows color (decimal): -9025754 or 2508662. OLE color: 2508662.

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

Color convert

RGB1187138-
CMYK00.400.680.54
HSL24.75º51.28%30.59%-
HSV(B)24.75º67.8%46.27%-
XYZ10.078.52.94-
YUV81.29103.57154.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=51.98%
G=31.28%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118713800.400.680.5424.7551.2830.59
Hex764726028443619331f
Octal1661074605010466316337
Binary11101101000111100110010100010001001101101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764726; }

 p { color: rgb(118,71,38); }

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

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

 a { background-color: rgb(118,71,38); }

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

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

 span { border-color: rgb(118,71,38); }

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