Html Css Color HEX #755443 Old Copper

📋 copy color: '#755443'

red 117 ◦ green 84 ◦ blue 67

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

Shades of Old Copper #755443

Tints of Old Copper #755443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 43.66%
G = 31.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#755443 (or 0x755443) is known color: Old Copper. HEX triplet: 75, 54 and 43. RGB value is (117,84,67). Sum of RGB (Red+Green+Blue) = 117+84+67=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #755443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755443 is #8AABBC. Grayscale: #5C5C5C. Windows color (decimal): -9087933 or 4412533. OLE color: 4412533.

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

Color convert

RGB 117 84 67 -
CMYK 0 0.28 0.43 0.54
HSL 20.4º 0.27% 0.36% -
HSV(B) 20.4º 0.43% 0.46% -
XYZ 11.52 10.53 6.74 -
YUV 91.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 117 84 67 0 0.28 0.43 0.54 20.4 0.27 0.36
Hex 75 54 43 0 1C 2B 36 14 1B 24
Octal 165 124 103 0 34 53 66 24 33 44
Binary 1110101 1010100 1000011 0 11100 101011 110110 10100 11011 100100

Color Harmonies of #755443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755443

Black with #755443

Text Example


Text Example

White with #755443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755443; }

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

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

background-color css

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

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

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

border-color css

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

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

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