Html Css Color HEX #78574A Quincy

📋 copy color: '#78574A'

red 120 ◦ green 87 ◦ blue 74

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

Shades of Quincy #78574A

Tints of Quincy #78574A

RGB

 RED value IS 120 (47.27% from 255) = 42.7%

 GREEN value IS 87 (34.38% from 255) = 30.96%

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

R = 42.7%
G = 30.96%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78574A (or 0x78574A) is known color: Quincy. HEX triplet: 78, 57 and 4A. RGB value is (120,87,74). Sum of RGB (Red+Green+Blue) = 120+87+74=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78574A is #87A8B5. Grayscale: #5F5F5F. Windows color (decimal): -8890550 or 4872056. OLE color: 4872056.

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

Color convert

RGB 120 87 74 -
CMYK 0 0.28 0.38 0.53
HSL 16.96º 0.24% 0.38% -
HSV(B) 16.96º 0.38% 0.47% -
XYZ 12.39 11.3 8.01 -
YUV 95.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 120 87 74 0 0.28 0.38 0.53 16.96 0.24 0.38
Hex 78 57 4A 0 1C 26 35 11 18 26
Octal 170 127 112 0 34 46 65 21 30 46
Binary 1111000 1010111 1001010 0 11100 100110 110101 10001 11000 100110

Color Harmonies of #78574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78574A

Black with #78574A

Text Example


Text Example

White with #78574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,87,74); }

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

background-color css

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

 a { background-color: rgb(120,87,74); }

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

border-color css

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

 span { border-color: rgb(120,87,74); }

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