#764827

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

Shades of Bull Shot #764827

Tints of Bull Shot #764827

Color information

#764827 (or 0x764827) is unknown color: approx Bull Shot. HEX triplet: 76, 48 and 27. RGB value is (118,72,39). Sum of RGB (Red+Green+Blue) = 118+72+39=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #764827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764827 is #89B7D8. Grayscale: #525252. Windows color (decimal): -9025497 or 2574454. OLE color: 2574454.

HSL color Cylindrical-coordinate representation of color #764827: hue angle of 25.06º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764827 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1187239-
CMYK00.390.670.54
HSL25.06º50.32%30.78%-
HSV(B)25.06º66.95%46.27%-
XYZ10.158.633.05-
YUV81.99103.74153.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 39 (15.62% from 255) = 17.03%
R=51.53%
G=31.44%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118723900.390.670.5425.0650.3230.78
Hex764827027433619321f
Octal1661104704710366316237
Binary11101101001000100111010011110000111101101100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764827; }

 p { color: rgb(118,72,39); }

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

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

 a { background-color: rgb(118,72,39); }

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

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

 span { border-color: rgb(118,72,39); }

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