Html Css Color HEX #755143 Old Copper

📋 copy color: '#755143'

red 117 ◦ green 81 ◦ blue 67

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

Shades of Old Copper #755143

Tints of Old Copper #755143

RGB

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

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

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

R = 44.15%
G = 30.57%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#755143 (or 0x755143) is known color: Old Copper. HEX triplet: 75, 51 and 43. RGB value is (117,81,67). Sum of RGB (Red+Green+Blue) = 117+81+67=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755143 is #8AAEBC. Grayscale: #5A5A5A. Windows color (decimal): -9088701 or 4411765. OLE color: 4411765.

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

Color convert

RGB 117 81 67 -
CMYK 0 0.31 0.43 0.54
HSL 16.8º 0.27% 0.36% -
HSV(B) 16.8º 0.43% 0.46% -
XYZ 11.29 10.07 6.66 -
YUV 90.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 117 81 67 0 0.31 0.43 0.54 16.8 0.27 0.36
Hex 75 51 43 0 1F 2B 36 11 1B 24
Octal 165 121 103 0 37 53 66 21 33 44
Binary 1110101 1010001 1000011 0 11111 101011 110110 10001 11011 100100

Color Harmonies of #755143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755143

Black with #755143

Text Example


Text Example

White with #755143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755143; }

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

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

background-color css

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

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

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

border-color css

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

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

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