Html Css Color HEX #76564A Quincy

📋 copy color: '#76564A'

red 118 ◦ green 86 ◦ blue 74

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

Shades of Quincy #76564A

Tints of Quincy #76564A

RGB

 RED value IS 118 (46.48% from 255) = 42.45%

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

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

R = 42.45%
G = 30.94%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76564A (or 0x76564A) is known color: Quincy. HEX triplet: 76, 56 and 4A. RGB value is (118,86,74). Sum of RGB (Red+Green+Blue) = 118+86+74=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76564A is #89A9B5. Grayscale: #5E5E5E. Windows color (decimal): -9021878 or 4871798. OLE color: 4871798.

HSL color Cylindrical-coordinate representation of color #76564A: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76564A is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 74 -
CMYK 0 0.27 0.37 0.54
HSL 16.36º 0.23% 0.38% -
HSV(B) 16.36º 0.37% 0.46% -
XYZ 12.04 11 7.97 -
YUV 94.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 118 86 74 0 0.27 0.37 0.54 16.36 0.23 0.38
Hex 76 56 4A 0 1B 25 36 10 17 26
Octal 166 126 112 0 33 45 66 20 27 46
Binary 1110110 1010110 1001010 0 11011 100101 110110 10000 10111 100110

Color Harmonies of #76564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76564A

Black with #76564A

Text Example


Text Example

White with #76564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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