Html Css Color HEX #765846 Quincy

📋 copy color: '#765846'

red 118 ◦ green 88 ◦ blue 70

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

Shades of Quincy #765846

Tints of Quincy #765846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 42.75%
G = 31.88%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765846 (or 0x765846) is known color: Quincy. HEX triplet: 76, 58 and 46. RGB value is (118,88,70). Sum of RGB (Red+Green+Blue) = 118+88+70=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765846 is #89A7B9. Grayscale: #5F5F5F. Windows color (decimal): -9021370 or 4610166. OLE color: 4610166.

HSL color Cylindrical-coordinate representation of color #765846: hue angle of 22.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765846 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 70 -
CMYK 0 0.25 0.41 0.54
HSL 22.5º 0.26% 0.37% -
HSV(B) 22.5º 0.41% 0.46% -
XYZ 12.07 11.27 7.33 -
YUV 94.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 118 88 70 0 0.25 0.41 0.54 22.5 0.26 0.37
Hex 76 58 46 0 19 29 36 16 1A 25
Octal 166 130 106 0 31 51 66 26 32 45
Binary 1110110 1011000 1000110 0 11001 101001 110110 10110 11010 100101

Color Harmonies of #765846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765846

Black with #765846

Text Example


Text Example

White with #765846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765846; }

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

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

background-color css

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

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

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

border-color css

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

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

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