Html Css Color HEX #775448 Spice

📋 copy color: '#775448'

red 119 ◦ green 84 ◦ blue 72

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

Shades of Spice #775448

Tints of Spice #775448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.55%

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

R = 43.27%
G = 30.55%
B = 26.18%

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

#775448 (or 0x775448) is known color: Spice. HEX triplet: 77, 54 and 48. RGB value is (119,84,72). Sum of RGB (Red+Green+Blue) = 119+84+72=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #775448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775448 is #88ABB7. Grayscale: #5D5D5D. Windows color (decimal): -8956856 or 4740215. OLE color: 4740215.

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

Color convert

RGB 119 84 72 -
CMYK 0 0.29 0.39 0.53
HSL 15.32º 0.25% 0.37% -
HSV(B) 15.32º 0.39% 0.47% -
XYZ 11.95 10.73 7.57 -
YUV 93.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 119 84 72 0 0.29 0.39 0.53 15.32 0.25 0.37
Hex 77 54 48 0 1D 27 35 F 19 25
Octal 167 124 110 0 35 47 65 17 31 45
Binary 1110111 1010100 1001000 0 11101 100111 110101 1111 11001 100101

Color Harmonies of #775448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775448

Black with #775448

Text Example


Text Example

White with #775448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775448; }

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

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

background-color css

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

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

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

border-color css

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

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

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