Html Css Color HEX #775948 Quincy

📋 copy color: '#775948'

red 119 ◦ green 89 ◦ blue 72

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

Shades of Quincy #775948

Tints of Quincy #775948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

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

R = 42.5%
G = 31.79%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775948 (or 0x775948) is known color: Quincy. HEX triplet: 77, 59 and 48. RGB value is (119,89,72). Sum of RGB (Red+Green+Blue) = 119+89+72=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #775948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775948 is #88A6B7. Grayscale: #606060. Windows color (decimal): -8955576 or 4741495. OLE color: 4741495.

HSL color Cylindrical-coordinate representation of color #775948: hue angle of 21.7º 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 #775948 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 89 72 -
CMYK 0 0.25 0.39 0.53
HSL 21.7º 0.25% 0.37% -
HSV(B) 21.7º 0.39% 0.47% -
XYZ 12.35 11.53 7.71 -
YUV 96.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 119 89 72 0 0.25 0.39 0.53 21.7 0.25 0.37
Hex 77 59 48 0 19 27 35 16 19 25
Octal 167 131 110 0 31 47 65 26 31 45
Binary 1110111 1011001 1001000 0 11001 100111 110101 10110 11001 100101

Color Harmonies of #775948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775948

Black with #775948

Text Example


Text Example

White with #775948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775948; }

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

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

background-color css

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

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

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

border-color css

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

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

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