Html Css Color HEX #745749 Quincy

📋 copy color: '#745749'

red 116 ◦ green 87 ◦ blue 73

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

Shades of Quincy #745749

Tints of Quincy #745749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 42.03%
G = 31.52%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#745749 (or 0x745749) is known color: Quincy. HEX triplet: 74, 57 and 49. RGB value is (116,87,73). Sum of RGB (Red+Green+Blue) = 116+87+73=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #745749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745749 is #8BA8B6. Grayscale: #5E5E5E. Windows color (decimal): -9152695 or 4806516. OLE color: 4806516.

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

Color convert

RGB 116 87 73 -
CMYK 0 0.25 0.37 0.55
HSL 19.53º 0.23% 0.37% -
HSV(B) 19.53º 0.37% 0.45% -
XYZ 11.81 11.01 7.81 -
YUV 94.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 116 87 73 0 0.25 0.37 0.55 19.53 0.23 0.37
Hex 74 57 49 0 19 25 37 14 17 25
Octal 164 127 111 0 31 45 67 24 27 45
Binary 1110100 1010111 1001001 0 11001 100101 110111 10100 10111 100101

Color Harmonies of #745749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745749

Black with #745749

Text Example


Text Example

White with #745749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745749; }

 p { color: rgb(116,87,73); }

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

background-color css

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

 a { background-color: rgb(116,87,73); }

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

border-color css

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

 span { border-color: rgb(116,87,73); }

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