#764425

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

Shades of Bull Shot #764425

Tints of Bull Shot #764425

Color information

#764425 (or 0x764425) is unknown color: approx Bull Shot. HEX triplet: 76, 44 and 25. RGB value is (118,68,37). Sum of RGB (Red+Green+Blue) = 118+68+37=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #764425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764425 is #89BBDA. Grayscale: #4F4F4F. Windows color (decimal): -9026523 or 2442358. OLE color: 2442358.

HSL color Cylindrical-coordinate representation of color #764425: hue angle of 22.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764425 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1186837-
CMYK00.420.690.54
HSL22.96º52.26%30.39%-
HSV(B)22.96º68.64%46.27%-
XYZ9.878.122.8-
YUV79.42104.06155.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 37 (14.84% from 255) = 16.59%
R=52.91%
G=30.49%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118683700.420.690.5422.9652.2630.39
Hex76442502A453617341e
Octal1661044505210566276436
Binary11101101000100100101010101010001011101101011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764425; }

 p { color: rgb(118,68,37); }

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

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

 a { background-color: rgb(118,68,37); }

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

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

 span { border-color: rgb(118,68,37); }

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