Html Css Color HEX #755240 Old Copper

📋 copy color: '#755240'

red 117 ◦ green 82 ◦ blue 64

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

Shades of Old Copper #755240

Tints of Old Copper #755240

RGB

 RED value IS 117 (46.09% from 255) = 44.49%

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

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

R = 44.49%
G = 31.18%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755240 (or 0x755240) is known color: Old Copper. HEX triplet: 75, 52 and 40. RGB value is (117,82,64). Sum of RGB (Red+Green+Blue) = 117+82+64=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #755240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755240 is #8AADBF. Grayscale: #5A5A5A. Windows color (decimal): -9088448 or 4215413. OLE color: 4215413.

HSL color Cylindrical-coordinate representation of color #755240: hue angle of 20.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755240 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 64 -
CMYK 0 0.30 0.45 0.54
HSL 20.38º 0.29% 0.35% -
HSV(B) 20.38º 0.45% 0.46% -
XYZ 11.28 10.19 6.22 -
YUV 90.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 117 82 64 0 0.30 0.45 0.54 20.38 0.29 0.35
Hex 75 52 40 0 1E 2D 36 14 1D 23
Octal 165 122 100 0 36 55 66 24 35 43
Binary 1110101 1010010 1000000 0 11110 101101 110110 10100 11101 100011

Color Harmonies of #755240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755240

Black with #755240

Text Example


Text Example

White with #755240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755240; }

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

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

background-color css

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

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

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

border-color css

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

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

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