#765348

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

Shades of Spice #765348

Tints of Spice #765348

Color information

#765348 (or 0x765348) is unknown color: approx Spice. HEX triplet: 76, 53 and 48. RGB value is (118,83,72). Sum of RGB (Red+Green+Blue) = 118+83+72=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765348 is #89ACB7. Grayscale: #5C5C5C. Windows color (decimal): -9022648 or 4739958. OLE color: 4739958.

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

Color convert

RGB1188372-
CMYK00.300.390.54
HSL14.35º24.21%37.25%-
HSV(B)14.35º38.98%46.27%-
XYZ11.7310.517.54-
YUV92.21116.6146.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 72 (28.52% from 255) = 26.37%
R=43.22%
G=30.40%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118837200.300.390.5414.3524.2137.25
Hex76534801E2736e1825
Octal1661231100364766163045
Binary111011010100111001000011110100111110110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765348; }

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

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

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

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

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

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

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

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