Html Css Color HEX #775740 Old Copper

📋 copy color: '#775740'

red 119 ◦ green 87 ◦ blue 64

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

Shades of Old Copper #775740

Tints of Old Copper #775740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

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

R = 44.07%
G = 32.22%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775740 (or 0x775740) is known color: Old Copper. HEX triplet: 77, 57 and 40. RGB value is (119,87,64). Sum of RGB (Red+Green+Blue) = 119+87+64=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775740 is #88A8BF. Grayscale: #5E5E5E. Windows color (decimal): -8956096 or 4216695. OLE color: 4216695.

HSL color Cylindrical-coordinate representation of color #775740: hue angle of 25.09º 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 #775740 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 64 -
CMYK 0 0.27 0.46 0.53
HSL 25.09º 0.3% 0.36% -
HSV(B) 25.09º 0.46% 0.47% -
XYZ 11.94 11.11 6.37 -
YUV 93.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 119 87 64 0 0.27 0.46 0.53 25.09 0.3 0.36
Hex 77 57 40 0 1B 2E 35 19 1E 24
Octal 167 127 100 0 33 56 65 31 36 44
Binary 1110111 1010111 1000000 0 11011 101110 110101 11001 11110 100100

Color Harmonies of #775740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775740

Black with #775740

Text Example


Text Example

White with #775740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775740; }

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

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

background-color css

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

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

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

border-color css

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

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

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