Html Css Color HEX #755242 Old Copper

📋 copy color: '#755242'

red 117 ◦ green 82 ◦ blue 66

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

Shades of Old Copper #755242

Tints of Old Copper #755242

RGB

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

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

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

R = 44.15%
G = 30.94%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755242 (or 0x755242) is known color: Old Copper. HEX triplet: 75, 52 and 42. RGB value is (117,82,66). Sum of RGB (Red+Green+Blue) = 117+82+66=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #755242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755242 is #8AADBD. Grayscale: #5A5A5A. Windows color (decimal): -9088446 or 4346485. OLE color: 4346485.

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

Color convert

RGB 117 82 66 -
CMYK 0 0.30 0.44 0.54
HSL 18.82º 0.28% 0.36% -
HSV(B) 18.82º 0.44% 0.46% -
XYZ 11.34 10.21 6.53 -
YUV 90.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 117 82 66 0 0.30 0.44 0.54 18.82 0.28 0.36
Hex 75 52 42 0 1E 2C 36 13 1C 24
Octal 165 122 102 0 36 54 66 23 34 44
Binary 1110101 1010010 1000010 0 11110 101100 110110 10011 11100 100100

Color Harmonies of #755242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755242

Black with #755242

Text Example


Text Example

White with #755242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755242; }

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

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

background-color css

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

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

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

border-color css

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

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

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