Html Css Color HEX #775949 Quincy

📋 copy color: '#775949'

red 119 ◦ green 89 ◦ blue 73

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

Shades of Quincy #775949

Tints of Quincy #775949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 42.35%
G = 31.67%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775949 (or 0x775949) is known color: Quincy. HEX triplet: 77, 59 and 49. RGB value is (119,89,73). Sum of RGB (Red+Green+Blue) = 119+89+73=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #775949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775949 is #88A6B6. Grayscale: #606060. Windows color (decimal): -8955575 or 4807031. OLE color: 4807031.

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

Color convert

RGB 119 89 73 -
CMYK 0 0.25 0.39 0.53
HSL 20.87º 0.24% 0.38% -
HSV(B) 20.87º 0.39% 0.47% -
XYZ 12.38 11.55 7.88 -
YUV 96.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 119 89 73 0 0.25 0.39 0.53 20.87 0.24 0.38
Hex 77 59 49 0 19 27 35 15 18 26
Octal 167 131 111 0 31 47 65 25 30 46
Binary 1110111 1011001 1001001 0 11001 100111 110101 10101 11000 100110

Color Harmonies of #775949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775949

Black with #775949

Text Example


Text Example

White with #775949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775949; }

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

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

background-color css

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

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

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

border-color css

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

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

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