Html Css Color HEX #755646 Quincy

📋 copy color: '#755646'

red 117 ◦ green 86 ◦ blue 70

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

Shades of Quincy #755646

Tints of Quincy #755646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 42.86%
G = 31.5%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#755646 (or 0x755646) is known color: Quincy. HEX triplet: 75, 56 and 46. RGB value is (117,86,70). Sum of RGB (Red+Green+Blue) = 117+86+70=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #755646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755646 is #8AA9B9. Grayscale: #5D5D5D. Windows color (decimal): -9087418 or 4609653. OLE color: 4609653.

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

Color convert

RGB 117 86 70 -
CMYK 0 0.26 0.40 0.54
HSL 20.43º 0.25% 0.37% -
HSV(B) 20.43º 0.4% 0.46% -
XYZ 11.77 10.88 7.27 -
YUV 93.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 117 86 70 0 0.26 0.40 0.54 20.43 0.25 0.37
Hex 75 56 46 0 1A 28 36 14 19 25
Octal 165 126 106 0 32 50 66 24 31 45
Binary 1110101 1010110 1000110 0 11010 101000 110110 10100 11001 100101

Color Harmonies of #755646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755646

Black with #755646

Text Example


Text Example

White with #755646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755646; }

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

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

background-color css

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

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

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

border-color css

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

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

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