Html Css Color HEX #755140 Old Copper

📋 copy color: '#755140'

red 117 ◦ green 81 ◦ blue 64

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

Shades of Old Copper #755140

Tints of Old Copper #755140

RGB

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

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

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

R = 44.66%
G = 30.92%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755140 (or 0x755140) is known color: Old Copper. HEX triplet: 75, 51 and 40. RGB value is (117,81,64). Sum of RGB (Red+Green+Blue) = 117+81+64=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #755140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755140 is #8AAEBF. Grayscale: #595959. Windows color (decimal): -9088704 or 4215157. OLE color: 4215157.

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

Color convert

RGB 117 81 64 -
CMYK 0 0.31 0.45 0.54
HSL 19.25º 0.29% 0.35% -
HSV(B) 19.25º 0.45% 0.46% -
XYZ 11.2 10.04 6.2 -
YUV 89.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 117 81 64 0 0.31 0.45 0.54 19.25 0.29 0.35
Hex 75 51 40 0 1F 2D 36 13 1D 23
Octal 165 121 100 0 37 55 66 23 35 43
Binary 1110101 1010001 1000000 0 11111 101101 110110 10011 11101 100011

Color Harmonies of #755140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755140

Black with #755140

Text Example


Text Example

White with #755140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755140; }

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

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

background-color css

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

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

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

border-color css

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

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

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