#764626

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

Shades of Bull Shot #764626

Tints of Bull Shot #764626

Color information

#764626 (or 0x764626) is unknown color: approx Bull Shot. HEX triplet: 76, 46 and 26. RGB value is (118,70,38). Sum of RGB (Red+Green+Blue) = 118+70+38=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #764626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764626 is #89B9D9. Grayscale: #505050. Windows color (decimal): -9026010 or 2508406. OLE color: 2508406.

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

Color convert

RGB1187038-
CMYK00.410.680.54
HSL24º51.28%30.59%-
HSV(B)24º67.8%46.27%-
XYZ10.018.372.92-
YUV80.7103.9154.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=52.21%
G=30.97%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118703800.410.680.542451.2830.59
Hex764626029443618331f
Octal1661064605110466306337
Binary11101101000110100110010100110001001101101100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764626; }

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

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

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

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

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

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

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

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