Html Css Color HEX #755040 Old Copper

📋 copy color: '#755040'

red 117 ◦ green 80 ◦ blue 64

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

Shades of Old Copper #755040

Tints of Old Copper #755040

RGB

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

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

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

R = 44.83%
G = 30.65%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755040 (or 0x755040) is known color: Old Copper. HEX triplet: 75, 50 and 40. RGB value is (117,80,64). Sum of RGB (Red+Green+Blue) = 117+80+64=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #755040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755040 is #8AAFBF. Grayscale: #595959. Windows color (decimal): -9088960 or 4214901. OLE color: 4214901.

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

Color convert

RGB 117 80 64 -
CMYK 0 0.32 0.45 0.54
HSL 18.11º 0.29% 0.35% -
HSV(B) 18.11º 0.45% 0.46% -
XYZ 11.13 9.89 6.17 -
YUV 89.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 117 80 64 0 0.32 0.45 0.54 18.11 0.29 0.35
Hex 75 50 40 0 20 2D 36 12 1D 23
Octal 165 120 100 0 40 55 66 22 35 43
Binary 1110101 1010000 1000000 0 100000 101101 110110 10010 11101 100011

Color Harmonies of #755040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755040

Black with #755040

Text Example


Text Example

White with #755040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755040; }

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

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

background-color css

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

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

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

border-color css

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

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

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