Html Css Color HEX #755343 Old Copper

📋 copy color: '#755343'

red 117 ◦ green 83 ◦ blue 67

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

Shades of Old Copper #755343

Tints of Old Copper #755343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

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

R = 43.82%
G = 31.09%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#755343 (or 0x755343) is known color: Old Copper. HEX triplet: 75, 53 and 43. RGB value is (117,83,67). Sum of RGB (Red+Green+Blue) = 117+83+67=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755343 is #8AACBC. Grayscale: #5B5B5B. Windows color (decimal): -9088189 or 4412277. OLE color: 4412277.

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

Color convert

RGB 117 83 67 -
CMYK 0 0.29 0.43 0.54
HSL 19.2º 0.27% 0.36% -
HSV(B) 19.2º 0.43% 0.46% -
XYZ 11.44 10.37 6.71 -
YUV 91.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 117 83 67 0 0.29 0.43 0.54 19.2 0.27 0.36
Hex 75 53 43 0 1D 2B 36 13 1B 24
Octal 165 123 103 0 35 53 66 23 33 44
Binary 1110101 1010011 1000011 0 11101 101011 110110 10011 11011 100100

Color Harmonies of #755343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755343

Black with #755343

Text Example


Text Example

White with #755343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755343; }

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

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

background-color css

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

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

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

border-color css

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

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

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