Html Css Color HEX #755442 Old Copper

📋 copy color: '#755442'

red 117 ◦ green 84 ◦ blue 66

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

Shades of Old Copper #755442

Tints of Old Copper #755442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

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

R = 43.82%
G = 31.46%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#755442 (or 0x755442) is known color: Old Copper. HEX triplet: 75, 54 and 42. RGB value is (117,84,66). Sum of RGB (Red+Green+Blue) = 117+84+66=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #755442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755442 is #8AABBD. Grayscale: #5B5B5B. Windows color (decimal): -9087934 or 4346997. OLE color: 4346997.

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

Color convert

RGB 117 84 66 -
CMYK 0 0.28 0.44 0.54
HSL 21.18º 0.28% 0.36% -
HSV(B) 21.18º 0.44% 0.46% -
XYZ 11.49 10.52 6.58 -
YUV 91.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 117 84 66 0 0.28 0.44 0.54 21.18 0.28 0.36
Hex 75 54 42 0 1C 2C 36 15 1C 24
Octal 165 124 102 0 34 54 66 25 34 44
Binary 1110101 1010100 1000010 0 11100 101100 110110 10101 11100 100100

Color Harmonies of #755442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755442

Black with #755442

Text Example


Text Example

White with #755442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755442; }

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

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

background-color css

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

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

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

border-color css

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

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

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