#774429

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

Shades of Bull Shot #774429

Tints of Bull Shot #774429

Color information

#774429 (or 0x774429) is unknown color: approx Bull Shot. HEX triplet: 77, 44 and 29. RGB value is (119,68,41). Sum of RGB (Red+Green+Blue) = 119+68+41=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #774429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774429 is #88BBD6. Grayscale: #505050. Windows color (decimal): -8960983 or 2704503. OLE color: 2704503.

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

Color convert

RGB1196841-
CMYK00.430.660.53
HSL20.77º48.75%31.37%-
HSV(B)20.77º65.55%46.67%-
XYZ10.088.223.15-
YUV80.17105.9155.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=52.19%
G=29.82%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119684100.430.660.5320.7748.7531.37
Hex77442902B423515311f
Octal1671045105310265256137
Binary11101111000100101001010101110000101101011010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774429; }

 p { color: rgb(119,68,41); }

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

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

 a { background-color: rgb(119,68,41); }

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

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

 span { border-color: rgb(119,68,41); }

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