Html Css Color HEX #775141 Old Copper

📋 copy color: '#775141'

red 119 ◦ green 81 ◦ blue 65

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

Shades of Old Copper #775141

Tints of Old Copper #775141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 44.91%
G = 30.57%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775141 (or 0x775141) is known color: Old Copper. HEX triplet: 77, 51 and 41. RGB value is (119,81,65). Sum of RGB (Red+Green+Blue) = 119+81+65=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775141 is #88AEBE. Grayscale: #5A5A5A. Windows color (decimal): -8957631 or 4280695. OLE color: 4280695.

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

Color convert

RGB 119 81 65 -
CMYK 0 0.32 0.45 0.53
HSL 17.78º 0.29% 0.36% -
HSV(B) 17.78º 0.45% 0.47% -
XYZ 11.5 10.19 6.36 -
YUV 90.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 119 81 65 0 0.32 0.45 0.53 17.78 0.29 0.36
Hex 77 51 41 0 20 2D 35 12 1D 24
Octal 167 121 101 0 40 55 65 22 35 44
Binary 1110111 1010001 1000001 0 100000 101101 110101 10010 11101 100100

Color Harmonies of #775141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775141

Black with #775141

Text Example


Text Example

White with #775141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775141; }

 p { color: rgb(119,81,65); }

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

background-color css

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

 a { background-color: rgb(119,81,65); }

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

border-color css

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

 span { border-color: rgb(119,81,65); }

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