Html Css Color HEX #765847 Quincy

📋 copy color: '#765847'

red 118 ◦ green 88 ◦ blue 71

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

Shades of Quincy #765847

Tints of Quincy #765847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

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

R = 42.6%
G = 31.77%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#765847 (or 0x765847) is known color: Quincy. HEX triplet: 76, 58 and 47. RGB value is (118,88,71). Sum of RGB (Red+Green+Blue) = 118+88+71=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #765847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765847 is #89A7B8. Grayscale: #5F5F5F. Windows color (decimal): -9021369 or 4675702. OLE color: 4675702.

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

Color convert

RGB 118 88 71 -
CMYK 0 0.25 0.40 0.54
HSL 21.7º 0.25% 0.37% -
HSV(B) 21.7º 0.4% 0.46% -
XYZ 12.1 11.29 7.5 -
YUV 95.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 118 88 71 0 0.25 0.40 0.54 21.7 0.25 0.37
Hex 76 58 47 0 19 28 36 16 19 25
Octal 166 130 107 0 31 50 66 26 31 45
Binary 1110110 1011000 1000111 0 11001 101000 110110 10110 11001 100101

Color Harmonies of #765847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765847

Black with #765847

Text Example


Text Example

White with #765847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765847; }

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

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

background-color css

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

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

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

border-color css

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

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

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