Html Css Color HEX #755649 Quincy

📋 copy color: '#755649'

red 117 ◦ green 86 ◦ blue 73

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

Shades of Quincy #755649

Tints of Quincy #755649

RGB

 RED value IS 117 (46.09% from 255) = 42.39%

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

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 42.39%
G = 31.16%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755649 (or 0x755649) is known color: Quincy. HEX triplet: 75, 56 and 49. RGB value is (117,86,73). Sum of RGB (Red+Green+Blue) = 117+86+73=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #755649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755649 is #8AA9B6. Grayscale: #5D5D5D. Windows color (decimal): -9087415 or 4806261. OLE color: 4806261.

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

Color convert

RGB 117 86 73 -
CMYK 0 0.26 0.38 0.54
HSL 17.73º 0.23% 0.37% -
HSV(B) 17.73º 0.38% 0.46% -
XYZ 11.87 10.92 7.79 -
YUV 93.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 117 86 73 0 0.26 0.38 0.54 17.73 0.23 0.37
Hex 75 56 49 0 1A 26 36 12 17 25
Octal 165 126 111 0 32 46 66 22 27 45
Binary 1110101 1010110 1001001 0 11010 100110 110110 10010 10111 100101

Color Harmonies of #755649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755649

Black with #755649

Text Example


Text Example

White with #755649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755649; }

 p { color: rgb(117,86,73); }

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

background-color css

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

 a { background-color: rgb(117,86,73); }

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

border-color css

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

 span { border-color: rgb(117,86,73); }

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