Html Css Color HEX #775139 Old Copper

📋 copy color: '#775139'

red 119 ◦ green 81 ◦ blue 57

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

Shades of Old Copper #775139

Tints of Old Copper #775139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 46.3%
G = 31.52%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#775139 (or 0x775139) is known color: Old Copper. HEX triplet: 77, 51 and 39. RGB value is (119,81,57). Sum of RGB (Red+Green+Blue) = 119+81+57=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775139 is #88AEC6. Grayscale: #595959. Windows color (decimal): -8957639 or 3756407. OLE color: 3756407.

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

Color convert

RGB 119 81 57 -
CMYK 0 0.32 0.52 0.53
HSL 23.23º 0.35% 0.35% -
HSV(B) 23.23º 0.52% 0.47% -
XYZ 11.29 10.1 5.23 -
YUV 89.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 119 81 57 0 0.32 0.52 0.53 23.23 0.35 0.35
Hex 77 51 39 0 20 34 35 17 23 23
Octal 167 121 71 0 40 64 65 27 43 43
Binary 1110111 1010001 111001 0 100000 110100 110101 10111 100011 100011

Color Harmonies of #775139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775139

Black with #775139

Text Example


Text Example

White with #775139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775139; }

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

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

background-color css

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

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

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

border-color css

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

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

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