Html Css Color HEX #755540 Old Copper

📋 copy color: '#755540'

red 117 ◦ green 85 ◦ blue 64

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

Shades of Old Copper #755540

Tints of Old Copper #755540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 43.98%
G = 31.95%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#755540 (or 0x755540) is known color: Old Copper. HEX triplet: 75, 55 and 40. RGB value is (117,85,64). Sum of RGB (Red+Green+Blue) = 117+85+64=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755540 is #8AAABF. Grayscale: #5C5C5C. Windows color (decimal): -9087680 or 4216181. OLE color: 4216181.

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

Color convert

RGB 117 85 64 -
CMYK 0 0.27 0.45 0.54
HSL 23.77º 0.29% 0.35% -
HSV(B) 23.77º 0.45% 0.46% -
XYZ 11.51 10.65 6.3 -
YUV 92.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 117 85 64 0 0.27 0.45 0.54 23.77 0.29 0.35
Hex 75 55 40 0 1B 2D 36 18 1D 23
Octal 165 125 100 0 33 55 66 30 35 43
Binary 1110101 1010101 1000000 0 11011 101101 110110 11000 11101 100011

Color Harmonies of #755540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755540

Black with #755540

Text Example


Text Example

White with #755540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755540; }

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

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

background-color css

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

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

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

border-color css

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

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

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