Html Css Color HEX #775846 Quincy

📋 copy color: '#775846'

red 119 ◦ green 88 ◦ blue 70

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

Shades of Quincy #775846

Tints of Quincy #775846

RGB

 RED value IS 119 (46.88% from 255) = 42.96%

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

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

R = 42.96%
G = 31.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775846 (or 0x775846) is known color: Quincy. HEX triplet: 77, 58 and 46. RGB value is (119,88,70). Sum of RGB (Red+Green+Blue) = 119+88+70=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #775846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775846 is #88A7B9. Grayscale: #5F5F5F. Windows color (decimal): -8955834 or 4610167. OLE color: 4610167.

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

Color convert

RGB 119 88 70 -
CMYK 0 0.26 0.41 0.53
HSL 22.04º 0.26% 0.37% -
HSV(B) 22.04º 0.41% 0.47% -
XYZ 12.2 11.34 7.34 -
YUV 95.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 119 88 70 0 0.26 0.41 0.53 22.04 0.26 0.37
Hex 77 58 46 0 1A 29 35 16 1A 25
Octal 167 130 106 0 32 51 65 26 32 45
Binary 1110111 1011000 1000110 0 11010 101001 110101 10110 11010 100101

Color Harmonies of #775846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775846

Black with #775846

Text Example


Text Example

White with #775846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775846; }

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

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

background-color css

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

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

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

border-color css

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

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

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