Html Css Color HEX #765747 Quincy

📋 copy color: '#765747'

red 118 ◦ green 87 ◦ blue 71

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

Shades of Quincy #765747

Tints of Quincy #765747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

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

R = 42.75%
G = 31.52%
B = 25.72%

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

#765747 (or 0x765747) is known color: Quincy. HEX triplet: 76, 57 and 47. RGB value is (118,87,71). Sum of RGB (Red+Green+Blue) = 118+87+71=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765747 is #89A8B8. Grayscale: #5E5E5E. Windows color (decimal): -9021625 or 4675446. OLE color: 4675446.

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

Color convert

RGB 118 87 71 -
CMYK 0 0.26 0.40 0.54
HSL 20.43º 0.25% 0.37% -
HSV(B) 20.43º 0.4% 0.46% -
XYZ 12.02 11.12 7.47 -
YUV 94.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 118 87 71 0 0.26 0.40 0.54 20.43 0.25 0.37
Hex 76 57 47 0 1A 28 36 14 19 25
Octal 166 127 107 0 32 50 66 24 31 45
Binary 1110110 1010111 1000111 0 11010 101000 110110 10100 11001 100101

Color Harmonies of #765747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765747

Black with #765747

Text Example


Text Example

White with #765747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765747; }

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

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

background-color css

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

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

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

border-color css

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

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

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