Html Css Color HEX #755243 Old Copper

📋 copy color: '#755243'

red 117 ◦ green 82 ◦ blue 67

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

Shades of Old Copper #755243

Tints of Old Copper #755243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 43.98%
G = 30.83%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#755243 (or 0x755243) is known color: Old Copper. HEX triplet: 75, 52 and 43. RGB value is (117,82,67). Sum of RGB (Red+Green+Blue) = 117+82+67=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755243 is #8AADBC. Grayscale: #5A5A5A. Windows color (decimal): -9088445 or 4412021. OLE color: 4412021.

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

Color convert

RGB 117 82 67 -
CMYK 0 0.30 0.43 0.54
HSL 18º 0.27% 0.36% -
HSV(B) 18º 0.43% 0.46% -
XYZ 11.37 10.22 6.68 -
YUV 90.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 117 82 67 0 0.30 0.43 0.54 18 0.27 0.36
Hex 75 52 43 0 1E 2B 36 12 1B 24
Octal 165 122 103 0 36 53 66 22 33 44
Binary 1110101 1010010 1000011 0 11110 101011 110110 10010 11011 100100

Color Harmonies of #755243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755243

Black with #755243

Text Example


Text Example

White with #755243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755243; }

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

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

background-color css

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

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

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

border-color css

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

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

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