#775948

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

Shades of Quincy #775948

Tints of Quincy #775948

Color information

#775948 (or 0x775948) is unknown color: approx Quincy. HEX triplet: 77, 59 and 48. RGB value is (119,89,72). Sum of RGB (Red+Green+Blue) = 119+89+72=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #775948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775948 is #88A6B7. Grayscale: #606060. Windows color (decimal): -8955576 or 4741495. OLE color: 4741495.

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

Color convert

RGB1198972-
CMYK00.250.390.53
HSL21.7º24.61%37.45%-
HSV(B)21.7º39.5%46.67%-
XYZ12.3511.537.71-
YUV96.03114.44144.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=42.5%
G=31.79%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119897200.250.390.5321.724.6137.45
Hex7759480192735161925
Octal1671311100314765263145
Binary1110111101100110010000110011001111101011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775948; }

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

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

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

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

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

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

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

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