#764327

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

Shades of Bull Shot #764327

Tints of Bull Shot #764327

Color information

#764327 (or 0x764327) is unknown color: approx Bull Shot. HEX triplet: 76, 43 and 27. RGB value is (118,67,39). Sum of RGB (Red+Green+Blue) = 118+67+39=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764327 is #89BCD8. Grayscale: #4F4F4F. Windows color (decimal): -9026777 or 2573174. OLE color: 2573174.

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

Color convert

RGB1186739-
CMYK00.430.670.54
HSL21.27º50.32%30.78%-
HSV(B)21.27º66.95%46.27%-
XYZ9.848.012.95-
YUV79.06105.4155.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=52.68%
G=29.91%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118673900.430.670.5421.2750.3230.78
Hex76432702B433615321f
Octal1661034705310366256237
Binary11101101000011100111010101110000111101101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764327; }

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

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

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

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

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

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

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

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