#774627

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

Shades of Bull Shot #774627

Tints of Bull Shot #774627

Color information

#774627 (or 0x774627) is unknown color: approx Bull Shot. HEX triplet: 77, 46 and 27. RGB value is (119,70,39). Sum of RGB (Red+Green+Blue) = 119+70+39=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #774627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774627 is #88B9D8. Grayscale: #515151. Windows color (decimal): -8960473 or 2573943. OLE color: 2573943.

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

Color convert

RGB1197039-
CMYK00.410.670.53
HSL23.25º50.63%30.98%-
HSV(B)23.25º67.23%46.67%-
XYZ10.168.453.01-
YUV81.12104.23155.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=52.19%
G=30.70%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119703900.410.670.5323.2550.6330.98
Hex774627029433517331f
Octal1671064705110365276337
Binary11101111000110100111010100110000111101011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774627; }

 p { color: rgb(119,70,39); }

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

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

 a { background-color: rgb(119,70,39); }

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

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

 span { border-color: rgb(119,70,39); }

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