Html Css Color HEX #775140 Old Copper

📋 copy color: '#775140'

red 119 ◦ green 81 ◦ blue 64

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

Shades of Old Copper #775140

Tints of Old Copper #775140

RGB

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

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

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

R = 45.08%
G = 30.68%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775140 (or 0x775140) is known color: Old Copper. HEX triplet: 77, 51 and 40. RGB value is (119,81,64). Sum of RGB (Red+Green+Blue) = 119+81+64=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #775140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775140 is #88AEBF. Grayscale: #5A5A5A. Windows color (decimal): -8957632 or 4215159. OLE color: 4215159.

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

Color convert

RGB 119 81 64 -
CMYK 0 0.32 0.46 0.53
HSL 18.55º 0.3% 0.36% -
HSV(B) 18.55º 0.46% 0.47% -
XYZ 11.48 10.18 6.21 -
YUV 90.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 119 81 64 0 0.32 0.46 0.53 18.55 0.3 0.36
Hex 77 51 40 0 20 2E 35 13 1E 24
Octal 167 121 100 0 40 56 65 23 36 44
Binary 1110111 1010001 1000000 0 100000 101110 110101 10011 11110 100100

Color Harmonies of #775140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775140

Black with #775140

Text Example


Text Example

White with #775140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775140; }

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

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

background-color css

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

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

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

border-color css

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

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

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