Html Css Color HEX #745545 Quincy

📋 copy color: '#745545'

red 116 ◦ green 85 ◦ blue 69

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

Shades of Quincy #745545

Tints of Quincy #745545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 42.96%
G = 31.48%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#745545 (or 0x745545) is known color: Quincy. HEX triplet: 74, 55 and 45. RGB value is (116,85,69). Sum of RGB (Red+Green+Blue) = 116+85+69=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745545 is #8BAABA. Grayscale: #5C5C5C. Windows color (decimal): -9153211 or 4543860. OLE color: 4543860.

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

Color convert

RGB 116 85 69 -
CMYK 0 0.27 0.41 0.55
HSL 20.43º 0.25% 0.36% -
HSV(B) 20.43º 0.41% 0.45% -
XYZ 11.53 10.64 7.08 -
YUV 92.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 116 85 69 0 0.27 0.41 0.55 20.43 0.25 0.36
Hex 74 55 45 0 1B 29 37 14 19 24
Octal 164 125 105 0 33 51 67 24 31 44
Binary 1110100 1010101 1000101 0 11011 101001 110111 10100 11001 100100

Color Harmonies of #745545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745545

Black with #745545

Text Example


Text Example

White with #745545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745545; }

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

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

background-color css

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

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

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

border-color css

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

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

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