Html Css Color HEX #765746 Quincy

📋 copy color: '#765746'

red 118 ◦ green 87 ◦ blue 70

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

Shades of Quincy #765746

Tints of Quincy #765746

RGB

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

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

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

R = 42.91%
G = 31.64%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765746 (or 0x765746) is known color: Quincy. HEX triplet: 76, 57 and 46. RGB value is (118,87,70). Sum of RGB (Red+Green+Blue) = 118+87+70=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765746 is #89A8B9. Grayscale: #5E5E5E. Windows color (decimal): -9021626 or 4609910. OLE color: 4609910.

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

Color convert

RGB 118 87 70 -
CMYK 0 0.26 0.41 0.54
HSL 21.25º 0.26% 0.37% -
HSV(B) 21.25º 0.41% 0.46% -
XYZ 11.98 11.11 7.31 -
YUV 94.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 118 87 70 0 0.26 0.41 0.54 21.25 0.26 0.37
Hex 76 57 46 0 1A 29 36 15 1A 25
Octal 166 127 106 0 32 51 66 25 32 45
Binary 1110110 1010111 1000110 0 11010 101001 110110 10101 11010 100101

Color Harmonies of #765746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765746

Black with #765746

Text Example


Text Example

White with #765746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765746; }

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

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

background-color css

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

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

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

border-color css

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

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

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