Html Css Color HEX #755642 Old Copper

📋 copy color: '#755642'

red 117 ◦ green 86 ◦ blue 66

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

Shades of Old Copper #755642

Tints of Old Copper #755642

RGB

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

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

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

R = 43.49%
G = 31.97%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755642 (or 0x755642) is known color: Old Copper. HEX triplet: 75, 56 and 42. RGB value is (117,86,66). Sum of RGB (Red+Green+Blue) = 117+86+66=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #755642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755642 is #8AA9BD. Grayscale: #5D5D5D. Windows color (decimal): -9087422 or 4347509. OLE color: 4347509.

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

Color convert

RGB 117 86 66 -
CMYK 0 0.26 0.44 0.54
HSL 23.53º 0.28% 0.36% -
HSV(B) 23.53º 0.44% 0.46% -
XYZ 11.65 10.83 6.63 -
YUV 92.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 117 86 66 0 0.26 0.44 0.54 23.53 0.28 0.36
Hex 75 56 42 0 1A 2C 36 18 1C 24
Octal 165 126 102 0 32 54 66 30 34 44
Binary 1110101 1010110 1000010 0 11010 101100 110110 11000 11100 100100

Color Harmonies of #755642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755642

Black with #755642

Text Example


Text Example

White with #755642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755642; }

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

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

background-color css

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

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

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

border-color css

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

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

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