Html Css Color HEX #775849 Quincy

📋 copy color: '#775849'

red 119 ◦ green 88 ◦ blue 73

#775849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #775849

Tints of Quincy #775849

RGB

 RED value IS 119 (46.88% from 255) = 42.5%

 GREEN value IS 88 (34.77% from 255) = 31.43%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 42.5%
G = 31.43%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775849 (or 0x775849) is known color: Quincy. HEX triplet: 77, 58 and 49. RGB value is (119,88,73). Sum of RGB (Red+Green+Blue) = 119+88+73=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #775849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775849 is #88A7B6. Grayscale: #5F5F5F. Windows color (decimal): -8955831 or 4806775. OLE color: 4806775.

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

Color convert

RGB 119 88 73 -
CMYK 0 0.26 0.39 0.53
HSL 19.57º 0.24% 0.38% -
HSV(B) 19.57º 0.39% 0.47% -
XYZ 12.3 11.38 7.85 -
YUV 95.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 119 88 73 0 0.26 0.39 0.53 19.57 0.24 0.38
Hex 77 58 49 0 1A 27 35 14 18 26
Octal 167 130 111 0 32 47 65 24 30 46
Binary 1110111 1011000 1001001 0 11010 100111 110101 10100 11000 100110

Color Harmonies of #775849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775849

Black with #775849

Text Example


Text Example

White with #775849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775849; }

 p { color: rgb(119,88,73); }

 H1.HeaderClassName
 {
   color: #775849;
 }
 .AnyTagClassName
 {
   color: #775849;
 }
</style>

background-color css

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

 a { background-color: rgb(119,88,73); }

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

border-color css

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

 span { border-color: rgb(119,88,73); }

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