Html Css Color HEX #745745 Quincy

📋 copy color: '#745745'

red 116 ◦ green 87 ◦ blue 69

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

Shades of Quincy #745745

Tints of Quincy #745745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 42.65%
G = 31.99%
B = 25.37%

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

#745745 (or 0x745745) is known color: Quincy. HEX triplet: 74, 57 and 45. RGB value is (116,87,69). Sum of RGB (Red+Green+Blue) = 116+87+69=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745745 is #8BA8BA. Grayscale: #5D5D5D. Windows color (decimal): -9152699 or 4544372. OLE color: 4544372.

HSL color Cylindrical-coordinate representation of color #745745: hue angle of 22.98º degrees, saturation: 0.25, 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 #745745 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 69 -
CMYK 0 0.25 0.41 0.55
HSL 22.98º 0.25% 0.36% -
HSV(B) 22.98º 0.41% 0.45% -
XYZ 11.68 10.96 7.13 -
YUV 93.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 116 87 69 0 0.25 0.41 0.55 22.98 0.25 0.36
Hex 74 57 45 0 19 29 37 17 19 24
Octal 164 127 105 0 31 51 67 27 31 44
Binary 1110100 1010111 1000101 0 11001 101001 110111 10111 11001 100100

Color Harmonies of #745745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745745

Black with #745745

Text Example


Text Example

White with #745745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745745; }

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

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

background-color css

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

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

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

border-color css

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

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

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