#774125

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

Shades of Bull Shot #774125

Tints of Bull Shot #774125

Color information

#774125 (or 0x774125) is unknown color: approx Bull Shot. HEX triplet: 77, 41 and 25. RGB value is (119,65,37). Sum of RGB (Red+Green+Blue) = 119+65+37=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #774125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774125 is #88BEDA. Grayscale: #4E4E4E. Windows color (decimal): -8961755 or 2441591. OLE color: 2441591.

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

Color convert

RGB1196537-
CMYK00.450.690.53
HSL20.49º52.56%30.59%-
HSV(B)20.49º68.91%46.67%-
XYZ9.837.842.74-
YUV77.95104.89157.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=53.85%
G=29.41%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119653700.450.690.5320.4952.5630.59
Hex77412502D453514351f
Octal1671014505510565246537
Binary11101111000001100101010110110001011101011010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774125; }

 p { color: rgb(119,65,37); }

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

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

 a { background-color: rgb(119,65,37); }

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

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

 span { border-color: rgb(119,65,37); }

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