#764026

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

Shades of Bull Shot #764026

Tints of Bull Shot #764026

Color information

#764026 (or 0x764026) is unknown color: approx Bull Shot. HEX triplet: 76, 40 and 26. RGB value is (118,64,38). Sum of RGB (Red+Green+Blue) = 118+64+38=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #764026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764026 is #89BFD9. Grayscale: #4D4D4D. Windows color (decimal): -9027546 or 2506870. OLE color: 2506870.

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

Color convert

RGB1186438-
CMYK00.460.680.54
HSL19.5º51.28%30.59%-
HSV(B)19.5º67.8%46.27%-
XYZ9.657.662.8-
YUV77.18105.89157.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.64%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=53.64%
G=29.09%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118643800.460.680.5419.551.2830.59
Hex76402602E443614331f
Octal1661004605610466246337
Binary11101101000000100110010111010001001101101010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764026; }

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

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

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

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

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

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

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

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