Html Css Color HEX #745744 Quincy

📋 copy color: '#745744'

red 116 ◦ green 87 ◦ blue 68

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

Shades of Quincy #745744

Tints of Quincy #745744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.09%

R = 42.8%
G = 32.1%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#745744 (or 0x745744) is known color: Quincy. HEX triplet: 74, 57 and 44. RGB value is (116,87,68). Sum of RGB (Red+Green+Blue) = 116+87+68=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745744 is #8BA8BB. Grayscale: #5D5D5D. Windows color (decimal): -9152700 or 4478836. OLE color: 4478836.

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

Color convert

RGB 116 87 68 -
CMYK 0 0.25 0.41 0.55
HSL 23.75º 0.26% 0.36% -
HSV(B) 23.75º 0.41% 0.45% -
XYZ 11.65 10.95 6.97 -
YUV 93.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 116 87 68 0 0.25 0.41 0.55 23.75 0.26 0.36
Hex 74 57 44 0 19 29 37 18 1A 24
Octal 164 127 104 0 31 51 67 30 32 44
Binary 1110100 1010111 1000100 0 11001 101001 110111 11000 11010 100100

Color Harmonies of #745744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745744

Black with #745744

Text Example


Text Example

White with #745744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745744; }

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

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

background-color css

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

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

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

border-color css

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

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

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