Html Css Color HEX #77594A Quincy

📋 copy color: '#77594A'

red 119 ◦ green 89 ◦ blue 74

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

Shades of Quincy #77594A

Tints of Quincy #77594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.24%

R = 42.2%
G = 31.56%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77594A (or 0x77594A) is known color: Quincy. HEX triplet: 77, 59 and 4A. RGB value is (119,89,74). Sum of RGB (Red+Green+Blue) = 119+89+74=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77594A is #88A6B5. Grayscale: #606060. Windows color (decimal): -8955574 or 4872567. OLE color: 4872567.

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

Color convert

RGB 119 89 74 -
CMYK 0 0.25 0.38 0.53
HSL 20º 0.23% 0.38% -
HSV(B) 20º 0.38% 0.47% -
XYZ 12.42 11.56 8.06 -
YUV 96.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 119 89 74 0 0.25 0.38 0.53 20 0.23 0.38
Hex 77 59 4A 0 19 26 35 14 17 26
Octal 167 131 112 0 31 46 65 24 27 46
Binary 1110111 1011001 1001010 0 11001 100110 110101 10100 10111 100110

Color Harmonies of #77594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77594A

Black with #77594A

Text Example


Text Example

White with #77594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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