Html Css Color HEX #775848 Quincy

📋 copy color: '#775848'

red 119 ◦ green 88 ◦ blue 72

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

Shades of Quincy #775848

Tints of Quincy #775848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 42.65%
G = 31.54%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775848 (or 0x775848) is known color: Quincy. HEX triplet: 77, 58 and 48. RGB value is (119,88,72). Sum of RGB (Red+Green+Blue) = 119+88+72=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #775848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775848 is #88A7B7. Grayscale: #5F5F5F. Windows color (decimal): -8955832 or 4741239. OLE color: 4741239.

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

Color convert

RGB 119 88 72 -
CMYK 0 0.26 0.39 0.53
HSL 20.43º 0.25% 0.37% -
HSV(B) 20.43º 0.39% 0.47% -
XYZ 12.27 11.37 7.68 -
YUV 95.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 119 88 72 0 0.26 0.39 0.53 20.43 0.25 0.37
Hex 77 58 48 0 1A 27 35 14 19 25
Octal 167 130 110 0 32 47 65 24 31 45
Binary 1110111 1011000 1001000 0 11010 100111 110101 10100 11001 100101

Color Harmonies of #775848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775848

Black with #775848

Text Example


Text Example

White with #775848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775848; }

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

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

background-color css

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

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

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

border-color css

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

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

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