Html Css Color HEX #765542 Old Copper

📋 copy color: '#765542'

red 118 ◦ green 85 ◦ blue 66

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

Shades of Old Copper #765542

Tints of Old Copper #765542

RGB

 RED value IS 118 (46.48% from 255) = 43.87%

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 43.87%
G = 31.6%
B = 24.54%

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

#765542 (or 0x765542) is known color: Old Copper. HEX triplet: 76, 55 and 42. RGB value is (118,85,66). Sum of RGB (Red+Green+Blue) = 118+85+66=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765542 is #89AABD. Grayscale: #5C5C5C. Windows color (decimal): -9022142 or 4347254. OLE color: 4347254.

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

Color convert

RGB 118 85 66 -
CMYK 0 0.28 0.44 0.54
HSL 21.92º 0.28% 0.36% -
HSV(B) 21.92º 0.44% 0.46% -
XYZ 11.7 10.74 6.61 -
YUV 92.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 118 85 66 0 0.28 0.44 0.54 21.92 0.28 0.36
Hex 76 55 42 0 1C 2C 36 16 1C 24
Octal 166 125 102 0 34 54 66 26 34 44
Binary 1110110 1010101 1000010 0 11100 101100 110110 10110 11100 100100

Color Harmonies of #765542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765542

Black with #765542

Text Example


Text Example

White with #765542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765542; }

 p { color: rgb(118,85,66); }

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

background-color css

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

 a { background-color: rgb(118,85,66); }

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

border-color css

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

 span { border-color: rgb(118,85,66); }

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