Html Css Color HEX #775240 Old Copper

📋 copy color: '#775240'

red 119 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #775240

Tints of Old Copper #775240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 44.91%
G = 30.94%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#775240 (or 0x775240) is known color: Old Copper. HEX triplet: 77, 52 and 40. RGB value is (119,82,64). Sum of RGB (Red+Green+Blue) = 119+82+64=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #775240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775240 is #88ADBF. Grayscale: #5B5B5B. Windows color (decimal): -8957376 or 4215415. OLE color: 4215415.

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

Color convert

RGB 119 82 64 -
CMYK 0 0.31 0.46 0.53
HSL 19.64º 0.3% 0.36% -
HSV(B) 19.64º 0.46% 0.47% -
XYZ 11.55 10.33 6.23 -
YUV 91.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 119 82 64 0 0.31 0.46 0.53 19.64 0.3 0.36
Hex 77 52 40 0 1F 2E 35 14 1E 24
Octal 167 122 100 0 37 56 65 24 36 44
Binary 1110111 1010010 1000000 0 11111 101110 110101 10100 11110 100100

Color Harmonies of #775240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775240

Black with #775240

Text Example


Text Example

White with #775240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775240; }

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

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

background-color css

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

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

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

border-color css

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

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

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