Html Css Color HEX #755042 Old Copper

📋 copy color: '#755042'

red 117 ◦ green 80 ◦ blue 66

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

Shades of Old Copper #755042

Tints of Old Copper #755042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 44.49%
G = 30.42%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755042 (or 0x755042) is known color: Old Copper. HEX triplet: 75, 50 and 42. RGB value is (117,80,66). Sum of RGB (Red+Green+Blue) = 117+80+66=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #755042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755042 is #8AAFBD. Grayscale: #595959. Windows color (decimal): -9088958 or 4345973. OLE color: 4345973.

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

Color convert

RGB 117 80 66 -
CMYK 0 0.32 0.44 0.54
HSL 16.47º 0.28% 0.36% -
HSV(B) 16.47º 0.44% 0.46% -
XYZ 11.19 9.91 6.48 -
YUV 89.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 117 80 66 0 0.32 0.44 0.54 16.47 0.28 0.36
Hex 75 50 42 0 20 2C 36 10 1C 24
Octal 165 120 102 0 40 54 66 20 34 44
Binary 1110101 1010000 1000010 0 100000 101100 110110 10000 11100 100100

Color Harmonies of #755042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755042

Black with #755042

Text Example


Text Example

White with #755042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755042; }

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

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

background-color css

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

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

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

border-color css

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

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

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