Html Css Color HEX #73554A Quincy

📋 copy color: '#73554A'

red 115 ◦ green 85 ◦ blue 74

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

Shades of Quincy #73554A

Tints of Quincy #73554A

RGB

 RED value IS 115 (45.31% from 255) = 41.97%

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 41.97%
G = 31.02%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#73554A (or 0x73554A) is known color: Quincy. HEX triplet: 73, 55 and 4A. RGB value is (115,85,74). Sum of RGB (Red+Green+Blue) = 115+85+74=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73554A is #8CAAB5. Grayscale: #5C5C5C. Windows color (decimal): -9218742 or 4871539. OLE color: 4871539.

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

Color convert

RGB 115 85 74 -
CMYK 0 0.26 0.36 0.55
HSL 16.1º 0.22% 0.37% -
HSV(B) 16.1º 0.36% 0.45% -
XYZ 11.55 10.64 7.92 -
YUV 92.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 115 85 74 0 0.26 0.36 0.55 16.1 0.22 0.37
Hex 73 55 4A 0 1A 24 37 10 16 25
Octal 163 125 112 0 32 44 67 20 26 45
Binary 1110011 1010101 1001010 0 11010 100100 110111 10000 10110 100101

Color Harmonies of #73554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73554A

Black with #73554A

Text Example


Text Example

White with #73554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73554A; }

 p { color: rgb(115,85,74); }

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

background-color css

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

 a { background-color: rgb(115,85,74); }

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

border-color css

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

 span { border-color: rgb(115,85,74); }

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