Html Css Color HEX #755342 Old Copper

📋 copy color: '#755342'

red 117 ◦ green 83 ◦ blue 66

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

Shades of Old Copper #755342

Tints of Old Copper #755342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 43.98%
G = 31.2%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755342 (or 0x755342) is known color: Old Copper. HEX triplet: 75, 53 and 42. RGB value is (117,83,66). Sum of RGB (Red+Green+Blue) = 117+83+66=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755342 is #8AACBD. Grayscale: #5B5B5B. Windows color (decimal): -9088190 or 4346741. OLE color: 4346741.

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

Color convert

RGB 117 83 66 -
CMYK 0 0.29 0.44 0.54
HSL 20º 0.28% 0.36% -
HSV(B) 20º 0.44% 0.46% -
XYZ 11.41 10.36 6.55 -
YUV 91.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 117 83 66 0 0.29 0.44 0.54 20 0.28 0.36
Hex 75 53 42 0 1D 2C 36 14 1C 24
Octal 165 123 102 0 35 54 66 24 34 44
Binary 1110101 1010011 1000010 0 11101 101100 110110 10100 11100 100100

Color Harmonies of #755342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755342

Black with #755342

Text Example


Text Example

White with #755342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755342; }

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

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

background-color css

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

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

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

border-color css

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

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

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