#775748

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

Shades of Quincy #775748

Tints of Quincy #775748

Color information

#775748 (or 0x775748) is unknown color: approx Quincy. HEX triplet: 77, 57 and 48. RGB value is (119,87,72). Sum of RGB (Red+Green+Blue) = 119+87+72=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #775748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775748 is #88A8B7. Grayscale: #5E5E5E. Windows color (decimal): -8956088 or 4740983. OLE color: 4740983.

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

Color convert

RGB1198772-
CMYK00.270.390.53
HSL19.15º24.61%37.45%-
HSV(B)19.15º39.5%46.67%-
XYZ12.1911.217.65-
YUV94.86115.1145.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.81%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=42.81%
G=31.29%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119877200.270.390.5319.1524.6137.45
Hex77574801B2735131925
Octal1671271100334765233145
Binary1110111101011110010000110111001111101011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775748; }

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

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

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

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

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

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

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

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