Html Css Color HEX #775447 Old Copper

📋 copy color: '#775447'

red 119 ◦ green 84 ◦ blue 71

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

Shades of Old Copper #775447

Tints of Old Copper #775447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 43.43%
G = 30.66%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#775447 (or 0x775447) is known color: Old Copper. HEX triplet: 77, 54 and 47. RGB value is (119,84,71). Sum of RGB (Red+Green+Blue) = 119+84+71=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #775447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775447 is #88ABB8. Grayscale: #5D5D5D. Windows color (decimal): -8956857 or 4674679. OLE color: 4674679.

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

Color convert

RGB 119 84 71 -
CMYK 0 0.29 0.40 0.53
HSL 16.25º 0.25% 0.37% -
HSV(B) 16.25º 0.4% 0.47% -
XYZ 11.92 10.72 7.4 -
YUV 92.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 119 84 71 0 0.29 0.40 0.53 16.25 0.25 0.37
Hex 77 54 47 0 1D 28 35 10 19 25
Octal 167 124 107 0 35 50 65 20 31 45
Binary 1110111 1010100 1000111 0 11101 101000 110101 10000 11001 100101

Color Harmonies of #775447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775447

Black with #775447

Text Example


Text Example

White with #775447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775447; }

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

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

background-color css

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

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

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

border-color css

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

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

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