Html Css Color HEX #755643 Old Copper

📋 copy color: '#755643'

red 117 ◦ green 86 ◦ blue 67

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

Shades of Old Copper #755643

Tints of Old Copper #755643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 43.33%
G = 31.85%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#755643 (or 0x755643) is known color: Old Copper. HEX triplet: 75, 56 and 43. RGB value is (117,86,67). Sum of RGB (Red+Green+Blue) = 117+86+67=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755643 is #8AA9BC. Grayscale: #5D5D5D. Windows color (decimal): -9087421 or 4413045. OLE color: 4413045.

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

Color convert

RGB 117 86 67 -
CMYK 0 0.26 0.43 0.54
HSL 22.8º 0.27% 0.36% -
HSV(B) 22.8º 0.43% 0.46% -
XYZ 11.68 10.84 6.79 -
YUV 93.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 117 86 67 0 0.26 0.43 0.54 22.8 0.27 0.36
Hex 75 56 43 0 1A 2B 36 17 1B 24
Octal 165 126 103 0 32 53 66 27 33 44
Binary 1110101 1010110 1000011 0 11010 101011 110110 10111 11011 100100

Color Harmonies of #755643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755643

Black with #755643

Text Example


Text Example

White with #755643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755643; }

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

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

background-color css

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

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

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

border-color css

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

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

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