Html Css Color HEX #74564A Quincy

📋 copy color: '#74564A'

red 116 ◦ green 86 ◦ blue 74

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

Shades of Quincy #74564A

Tints of Quincy #74564A

RGB

 RED value IS 116 (45.7% from 255) = 42.03%

 GREEN value IS 86 (33.98% from 255) = 31.16%

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

R = 42.03%
G = 31.16%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74564A (or 0x74564A) is known color: Quincy. HEX triplet: 74, 56 and 4A. RGB value is (116,86,74). Sum of RGB (Red+Green+Blue) = 116+86+74=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74564A is #8BA9B5. Grayscale: #5D5D5D. Windows color (decimal): -9152950 or 4871796. OLE color: 4871796.

HSL color Cylindrical-coordinate representation of color #74564A: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74564A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 86 74 -
CMYK 0 0.26 0.36 0.55
HSL 17.14º 0.22% 0.37% -
HSV(B) 17.14º 0.36% 0.45% -
XYZ 11.77 10.86 7.96 -
YUV 93.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 116 86 74 0 0.26 0.36 0.55 17.14 0.22 0.37
Hex 74 56 4A 0 1A 24 37 11 16 25
Octal 164 126 112 0 32 44 67 21 26 45
Binary 1110100 1010110 1001010 0 11010 100100 110111 10001 10110 100101

Color Harmonies of #74564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74564A

Black with #74564A

Text Example


Text Example

White with #74564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,86,74); }

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

background-color css

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

 a { background-color: rgb(116,86,74); }

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

border-color css

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

 span { border-color: rgb(116,86,74); }

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