#764025

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

Shades of Bull Shot #764025

Tints of Bull Shot #764025

Color information

#764025 (or 0x764025) is unknown color: approx Bull Shot. HEX triplet: 76, 40 and 25. RGB value is (118,64,37). Sum of RGB (Red+Green+Blue) = 118+64+37=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #764025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764025 is #89BFDA. Grayscale: #4D4D4D. Windows color (decimal): -9027547 or 2441334. OLE color: 2441334.

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

Color convert

RGB1186437-
CMYK00.460.690.54
HSL20º52.26%30.39%-
HSV(B)20º68.64%46.27%-
XYZ9.647.652.72-
YUV77.07105.39157.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=53.88%
G=29.22%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118643700.460.690.542052.2630.39
Hex76402502E453614341e
Octal1661004505610566246436
Binary11101101000000100101010111010001011101101010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764025; }

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

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

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

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

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

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

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

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