Html Css Color HEX #765647 Quincy

📋 copy color: '#765647'

red 118 ◦ green 86 ◦ blue 71

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

Shades of Quincy #765647

Tints of Quincy #765647

RGB

 RED value IS 118 (46.48% from 255) = 42.91%

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

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 42.91%
G = 31.27%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#765647 (or 0x765647) is known color: Quincy. HEX triplet: 76, 56 and 47. RGB value is (118,86,71). Sum of RGB (Red+Green+Blue) = 118+86+71=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765647 is #89A9B8. Grayscale: #5D5D5D. Windows color (decimal): -9021881 or 4675190. OLE color: 4675190.

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

Color convert

RGB 118 86 71 -
CMYK 0 0.27 0.40 0.54
HSL 19.15º 0.25% 0.37% -
HSV(B) 19.15º 0.4% 0.46% -
XYZ 11.94 10.96 7.45 -
YUV 93.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 118 86 71 0 0.27 0.40 0.54 19.15 0.25 0.37
Hex 76 56 47 0 1B 28 36 13 19 25
Octal 166 126 107 0 33 50 66 23 31 45
Binary 1110110 1010110 1000111 0 11011 101000 110110 10011 11001 100101

Color Harmonies of #765647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765647

Black with #765647

Text Example


Text Example

White with #765647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765647; }

 p { color: rgb(118,86,71); }

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

background-color css

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

 a { background-color: rgb(118,86,71); }

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

border-color css

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

 span { border-color: rgb(118,86,71); }

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