Html Css Color HEX #775040 Old Copper

📋 copy color: '#775040'

red 119 ◦ green 80 ◦ blue 64

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

Shades of Old Copper #775040

Tints of Old Copper #775040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 45.25%
G = 30.42%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775040 (or 0x775040) is known color: Old Copper. HEX triplet: 77, 50 and 40. RGB value is (119,80,64). Sum of RGB (Red+Green+Blue) = 119+80+64=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775040 is #88AFBF. Grayscale: #595959. Windows color (decimal): -8957888 or 4214903. OLE color: 4214903.

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

Color convert

RGB 119 80 64 -
CMYK 0 0.33 0.46 0.53
HSL 17.45º 0.3% 0.36% -
HSV(B) 17.45º 0.46% 0.47% -
XYZ 11.4 10.03 6.19 -
YUV 89.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 119 80 64 0 0.33 0.46 0.53 17.45 0.3 0.36
Hex 77 50 40 0 21 2E 35 11 1E 24
Octal 167 120 100 0 41 56 65 21 36 44
Binary 1110111 1010000 1000000 0 100001 101110 110101 10001 11110 100100

Color Harmonies of #775040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775040

Black with #775040

Text Example


Text Example

White with #775040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775040; }

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

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

background-color css

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

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

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

border-color css

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

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

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