#774226

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

Shades of Bull Shot #774226

Tints of Bull Shot #774226

Color information

#774226 (or 0x774226) is unknown color: approx Bull Shot. HEX triplet: 77, 42 and 26. RGB value is (119,66,38). Sum of RGB (Red+Green+Blue) = 119+66+38=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #774226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774226 is #88BDD9. Grayscale: #4E4E4E. Windows color (decimal): -8961498 or 2507383. OLE color: 2507383.

HSL color Cylindrical-coordinate representation of color #774226: hue angle of 20.74º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774226 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1196638-
CMYK00.450.680.53
HSL20.74º51.59%30.78%-
HSV(B)20.74º68.07%46.67%-
XYZ9.917.962.85-
YUV78.65105.06156.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.36%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 38 (15.23% from 255) = 17.04%
R=53.36%
G=29.60%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119663800.450.680.5320.7451.5930.78
Hex77422602D443515341f
Octal1671024605510465256437
Binary11101111000010100110010110110001001101011010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774226; }

 p { color: rgb(119,66,38); }

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

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

 a { background-color: rgb(119,66,38); }

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

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

 span { border-color: rgb(119,66,38); }

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