Html Css Color HEX #745849 Quincy

📋 copy color: '#745849'

red 116 ◦ green 88 ◦ blue 73

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

Shades of Quincy #745849

Tints of Quincy #745849

RGB

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

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

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

R = 41.88%
G = 31.77%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#745849 (or 0x745849) is known color: Quincy. HEX triplet: 74, 58 and 49. RGB value is (116,88,73). Sum of RGB (Red+Green+Blue) = 116+88+73=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745849 is #8BA7B6. Grayscale: #5E5E5E. Windows color (decimal): -9152439 or 4806772. OLE color: 4806772.

HSL color Cylindrical-coordinate representation of color #745849: hue angle of 20.93º 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 #745849 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 73 -
CMYK 0 0.24 0.37 0.55
HSL 20.93º 0.23% 0.37% -
HSV(B) 20.93º 0.37% 0.45% -
XYZ 11.89 11.17 7.83 -
YUV 94.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 116 88 73 0 0.24 0.37 0.55 20.93 0.23 0.37
Hex 74 58 49 0 18 25 37 15 17 25
Octal 164 130 111 0 30 45 67 25 27 45
Binary 1110100 1011000 1001001 0 11000 100101 110111 10101 10111 100101

Color Harmonies of #745849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745849

Black with #745849

Text Example


Text Example

White with #745849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745849; }

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

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

background-color css

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

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

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

border-color css

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

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

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