Html Css Color HEX #745648 Quincy

📋 copy color: '#745648'

red 116 ◦ green 86 ◦ blue 72

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

Shades of Quincy #745648

Tints of Quincy #745648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 42.34%
G = 31.39%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745648 (or 0x745648) is known color: Quincy. HEX triplet: 74, 56 and 48. RGB value is (116,86,72). Sum of RGB (Red+Green+Blue) = 116+86+72=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #745648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745648 is #8BA9B7. Grayscale: #5D5D5D. Windows color (decimal): -9152952 or 4740724. OLE color: 4740724.

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

Color convert

RGB 116 86 72 -
CMYK 0 0.26 0.38 0.55
HSL 19.09º 0.23% 0.37% -
HSV(B) 19.09º 0.38% 0.45% -
XYZ 11.7 10.84 7.61 -
YUV 93.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 116 86 72 0 0.26 0.38 0.55 19.09 0.23 0.37
Hex 74 56 48 0 1A 26 37 13 17 25
Octal 164 126 110 0 32 46 67 23 27 45
Binary 1110100 1010110 1001000 0 11010 100110 110111 10011 10111 100101

Color Harmonies of #745648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745648

Black with #745648

Text Example


Text Example

White with #745648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745648; }

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

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

background-color css

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

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

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

border-color css

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

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

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