Html Css Color HEX #755244 Old Copper

📋 copy color: '#755244'

red 117 ◦ green 82 ◦ blue 68

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

Shades of Old Copper #755244

Tints of Old Copper #755244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 43.82%
G = 30.71%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#755244 (or 0x755244) is known color: Old Copper. HEX triplet: 75, 52 and 44. RGB value is (117,82,68). Sum of RGB (Red+Green+Blue) = 117+82+68=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755244 is #8AADBB. Grayscale: #5A5A5A. Windows color (decimal): -9088444 or 4477557. OLE color: 4477557.

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

Color convert

RGB 117 82 68 -
CMYK 0 0.30 0.42 0.54
HSL 17.14º 0.26% 0.36% -
HSV(B) 17.14º 0.42% 0.46% -
XYZ 11.4 10.23 6.84 -
YUV 90.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 117 82 68 0 0.30 0.42 0.54 17.14 0.26 0.36
Hex 75 52 44 0 1E 2A 36 11 1A 24
Octal 165 122 104 0 36 52 66 21 32 44
Binary 1110101 1010010 1000100 0 11110 101010 110110 10001 11010 100100

Color Harmonies of #755244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755244

Black with #755244

Text Example


Text Example

White with #755244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755244; }

 p { color: rgb(117,82,68); }

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

background-color css

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

 a { background-color: rgb(117,82,68); }

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

border-color css

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

 span { border-color: rgb(117,82,68); }

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