#775448

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

Shades of Spice #775448

Tints of Spice #775448

Color information

#775448 (or 0x775448) is unknown color: approx Spice. HEX triplet: 77, 54 and 48. RGB value is (119,84,72). Sum of RGB (Red+Green+Blue) = 119+84+72=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775448 is #88ABB7. Grayscale: #5D5D5D. Windows color (decimal): -8956856 or 4740215. OLE color: 4740215.

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

Color convert

RGB1198472-
CMYK00.290.390.53
HSL15.32º24.61%37.45%-
HSV(B)15.32º39.5%46.67%-
XYZ11.9510.737.57-
YUV93.1116.1146.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 72 (28.52% from 255) = 26.18%
R=43.27%
G=30.55%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119847200.290.390.5315.3224.6137.45
Hex77544801D2735f1925
Octal1671241100354765173145
Binary111011110101001001000011101100111110101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775448; }

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

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

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

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

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

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

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

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