Html Css Color HEX #77584A Quincy

📋 copy color: '#77584A'

red 119 ◦ green 88 ◦ blue 74

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

Shades of Quincy #77584A

Tints of Quincy #77584A

RGB

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

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

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

R = 42.35%
G = 31.32%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#77584A (or 0x77584A) is known color: Quincy. HEX triplet: 77, 58 and 4A. RGB value is (119,88,74). Sum of RGB (Red+Green+Blue) = 119+88+74=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77584A is #88A7B5. Grayscale: #5F5F5F. Windows color (decimal): -8955830 or 4872311. OLE color: 4872311.

HSL color Cylindrical-coordinate representation of color #77584A: hue angle of 18.67º 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 #77584A is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 74 -
CMYK 0 0.26 0.38 0.53
HSL 18.67º 0.23% 0.38% -
HSV(B) 18.67º 0.38% 0.47% -
XYZ 12.33 11.4 8.03 -
YUV 95.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 119 88 74 0 0.26 0.38 0.53 18.67 0.23 0.38
Hex 77 58 4A 0 1A 26 35 13 17 26
Octal 167 130 112 0 32 46 65 23 27 46
Binary 1110111 1011000 1001010 0 11010 100110 110101 10011 10111 100110

Color Harmonies of #77584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77584A

Black with #77584A

Text Example


Text Example

White with #77584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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