Html Css Color HEX #775549 Spice

📋 copy color: '#775549'

red 119 ◦ green 85 ◦ blue 73

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

Shades of Spice #775549

Tints of Spice #775549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 73 (28.91% from 255) = 26.35%

R = 42.96%
G = 30.69%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#775549 (or 0x775549) is known color: Spice. HEX triplet: 77, 55 and 49. RGB value is (119,85,73). Sum of RGB (Red+Green+Blue) = 119+85+73=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #775549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775549 is #88AAB6. Grayscale: #5D5D5D. Windows color (decimal): -8956599 or 4806007. OLE color: 4806007.

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

Color convert

RGB 119 85 73 -
CMYK 0 0.29 0.39 0.53
HSL 15.65º 0.24% 0.38% -
HSV(B) 15.65º 0.39% 0.47% -
XYZ 12.06 10.9 7.77 -
YUV 93.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 119 85 73 0 0.29 0.39 0.53 15.65 0.24 0.38
Hex 77 55 49 0 1D 27 35 10 18 26
Octal 167 125 111 0 35 47 65 20 30 46
Binary 1110111 1010101 1001001 0 11101 100111 110101 10000 11000 100110

Color Harmonies of #775549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775549

Black with #775549

Text Example


Text Example

White with #775549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775549; }

 p { color: rgb(119,85,73); }

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

background-color css

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

 a { background-color: rgb(119,85,73); }

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

border-color css

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

 span { border-color: rgb(119,85,73); }

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