Html Css Color HEX #775037 Old Copper

📋 copy color: '#775037'

red 119 ◦ green 80 ◦ blue 55

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

Shades of Old Copper #775037

Tints of Old Copper #775037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 55 (21.88% from 255) = 21.65%

R = 46.85%
G = 31.5%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#775037 (or 0x775037) is known color: Old Copper. HEX triplet: 77, 50 and 37. RGB value is (119,80,55). Sum of RGB (Red+Green+Blue) = 119+80+55=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #775037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775037 is #88AFC8. Grayscale: #585858. Windows color (decimal): -8957897 or 3625079. OLE color: 3625079.

HSL color Cylindrical-coordinate representation of color #775037: hue angle of 23.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775037 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 55 -
CMYK 0 0.33 0.54 0.53
HSL 23.44º 0.37% 0.34% -
HSV(B) 23.44º 0.54% 0.47% -
XYZ 11.17 9.94 4.94 -
YUV 88.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 119 80 55 0 0.33 0.54 0.53 23.44 0.37 0.34
Hex 77 50 37 0 21 36 35 17 25 22
Octal 167 120 67 0 41 66 65 27 45 42
Binary 1110111 1010000 110111 0 100001 110110 110101 10111 100101 100010

Color Harmonies of #775037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775037

Black with #775037

Text Example


Text Example

White with #775037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775037; }

 p { color: rgb(119,80,55); }

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

background-color css

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

 a { background-color: rgb(119,80,55); }

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

border-color css

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

 span { border-color: rgb(119,80,55); }

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