#774725

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

Shades of Bull Shot #774725

Tints of Bull Shot #774725

Color information

#774725 (or 0x774725) is unknown color: approx Bull Shot. HEX triplet: 77, 47 and 25. RGB value is (119,71,37). Sum of RGB (Red+Green+Blue) = 119+71+37=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #774725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774725 is #88B8DA. Grayscale: #515151. Windows color (decimal): -8960219 or 2443127. OLE color: 2443127.

HSL color Cylindrical-coordinate representation of color #774725: hue angle of 24.88º 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 #774725 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1197137-
CMYK00.400.690.53
HSL24.88º52.56%30.59%-
HSV(B)24.88º68.91%46.67%-
XYZ10.198.562.87-
YUV81.48102.9154.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.42%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=52.42%
G=31.28%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119713700.400.690.5324.8852.5630.59
Hex774725028453519351f
Octal1671074505010565316537
Binary11101111000111100101010100010001011101011100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774725; }

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

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

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

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

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

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

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

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