Html Css Color HEX #755648 Quincy

📋 copy color: '#755648'

red 117 ◦ green 86 ◦ blue 72

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

Shades of Quincy #755648

Tints of Quincy #755648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 42.55%
G = 31.27%
B = 26.18%

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

#755648 (or 0x755648) is known color: Quincy. HEX triplet: 75, 56 and 48. RGB value is (117,86,72). Sum of RGB (Red+Green+Blue) = 117+86+72=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #755648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755648 is #8AA9B7. Grayscale: #5D5D5D. Windows color (decimal): -9087416 or 4740725. OLE color: 4740725.

HSL color Cylindrical-coordinate representation of color #755648: hue angle of 18.67º degrees, saturation: 0.24, 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 #755648 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 72 -
CMYK 0 0.26 0.38 0.54
HSL 18.67º 0.24% 0.37% -
HSV(B) 18.67º 0.38% 0.46% -
XYZ 11.83 10.91 7.61 -
YUV 93.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 117 86 72 0 0.26 0.38 0.54 18.67 0.24 0.37
Hex 75 56 48 0 1A 26 36 13 18 25
Octal 165 126 110 0 32 46 66 23 30 45
Binary 1110101 1010110 1001000 0 11010 100110 110110 10011 11000 100101

Color Harmonies of #755648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755648

Black with #755648

Text Example


Text Example

White with #755648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755648; }

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

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

background-color css

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

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

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

border-color css

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

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

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