Html Css Color HEX #765845 Quincy

📋 copy color: '#765845'

red 118 ◦ green 88 ◦ blue 69

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

Shades of Quincy #765845

Tints of Quincy #765845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.09%

R = 42.91%
G = 32%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#765845 (or 0x765845) is known color: Quincy. HEX triplet: 76, 58 and 45. RGB value is (118,88,69). Sum of RGB (Red+Green+Blue) = 118+88+69=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765845 is #89A7BA. Grayscale: #5E5E5E. Windows color (decimal): -9021371 or 4544630. OLE color: 4544630.

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

Color convert

RGB 118 88 69 -
CMYK 0 0.25 0.42 0.54
HSL 23.27º 0.26% 0.37% -
HSV(B) 23.27º 0.42% 0.46% -
XYZ 12.04 11.26 7.17 -
YUV 94.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 118 88 69 0 0.25 0.42 0.54 23.27 0.26 0.37
Hex 76 58 45 0 19 2A 36 17 1A 25
Octal 166 130 105 0 31 52 66 27 32 45
Binary 1110110 1011000 1000101 0 11001 101010 110110 10111 11010 100101

Color Harmonies of #765845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765845

Black with #765845

Text Example


Text Example

White with #765845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765845; }

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

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

background-color css

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

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

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

border-color css

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

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

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