Html Css Color HEX #765949 Quincy

📋 copy color: '#765949'

red 118 ◦ green 89 ◦ blue 73

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

Shades of Quincy #765949

Tints of Quincy #765949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

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

R = 42.14%
G = 31.79%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#765949 (or 0x765949) is known color: Quincy. HEX triplet: 76, 59 and 49. RGB value is (118,89,73). Sum of RGB (Red+Green+Blue) = 118+89+73=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #765949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765949 is #89A6B6. Grayscale: #5F5F5F. Windows color (decimal): -9021111 or 4807030. OLE color: 4807030.

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

Color convert

RGB 118 89 73 -
CMYK 0 0.25 0.38 0.54
HSL 21.33º 0.24% 0.37% -
HSV(B) 21.33º 0.38% 0.46% -
XYZ 12.25 11.48 7.87 -
YUV 95.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 118 89 73 0 0.25 0.38 0.54 21.33 0.24 0.37
Hex 76 59 49 0 19 26 36 15 18 25
Octal 166 131 111 0 31 46 66 25 30 45
Binary 1110110 1011001 1001001 0 11001 100110 110110 10101 11000 100101

Color Harmonies of #765949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765949

Black with #765949

Text Example


Text Example

White with #765949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765949; }

 p { color: rgb(118,89,73); }

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

background-color css

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

 a { background-color: rgb(118,89,73); }

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

border-color css

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

 span { border-color: rgb(118,89,73); }

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