Html Css Color HEX #755546 Old Copper

📋 copy color: '#755546'

red 117 ◦ green 85 ◦ blue 70

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

Shades of Old Copper #755546

Tints of Old Copper #755546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 43.01%
G = 31.25%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#755546 (or 0x755546) is known color: Old Copper. HEX triplet: 75, 55 and 46. RGB value is (117,85,70). Sum of RGB (Red+Green+Blue) = 117+85+70=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #755546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755546 is #8AAAB9. Grayscale: #5C5C5C. Windows color (decimal): -9087674 or 4609397. OLE color: 4609397.

HSL color Cylindrical-coordinate representation of color #755546: hue angle of 19.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #755546 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 70 -
CMYK 0 0.27 0.40 0.54
HSL 19.15º 0.25% 0.37% -
HSV(B) 19.15º 0.4% 0.46% -
XYZ 11.69 10.72 7.25 -
YUV 92.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 117 85 70 0 0.27 0.40 0.54 19.15 0.25 0.37
Hex 75 55 46 0 1B 28 36 13 19 25
Octal 165 125 106 0 33 50 66 23 31 45
Binary 1110101 1010101 1000110 0 11011 101000 110110 10011 11001 100101

Color Harmonies of #755546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755546

Black with #755546

Text Example


Text Example

White with #755546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755546; }

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

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

background-color css

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

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

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

border-color css

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

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

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