#765448

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

Shades of Spice #765448

Tints of Spice #765448

Color information

#765448 (or 0x765448) is unknown color: approx Spice. HEX triplet: 76, 54 and 48. RGB value is (118,84,72). Sum of RGB (Red+Green+Blue) = 118+84+72=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #765448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765448 is #89ABB7. Grayscale: #5C5C5C. Windows color (decimal): -9022392 or 4740214. OLE color: 4740214.

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

Color convert

RGB1188472-
CMYK00.290.390.54
HSL15.65º24.21%37.25%-
HSV(B)15.65º38.98%46.27%-
XYZ11.8110.667.57-
YUV92.8116.26145.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=43.07%
G=30.66%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118847200.290.390.5415.6524.2137.25
Hex76544801D2736101825
Octal1661241100354766203045
Binary1110110101010010010000111011001111101101000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765448; }

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

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

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

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

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

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

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

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