Html Css Color HEX #765742 Old Copper

📋 copy color: '#765742'

red 118 ◦ green 87 ◦ blue 66

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

Shades of Old Copper #765742

Tints of Old Copper #765742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 43.54%
G = 32.1%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#765742 (or 0x765742) is known color: Old Copper. HEX triplet: 76, 57 and 42. RGB value is (118,87,66). Sum of RGB (Red+Green+Blue) = 118+87+66=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #765742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765742 is #89A8BD. Grayscale: #5D5D5D. Windows color (decimal): -9021630 or 4347766. OLE color: 4347766.

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

Color convert

RGB 118 87 66 -
CMYK 0 0.26 0.44 0.54
HSL 24.23º 0.28% 0.36% -
HSV(B) 24.23º 0.44% 0.46% -
XYZ 11.86 11.06 6.66 -
YUV 93.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 118 87 66 0 0.26 0.44 0.54 24.23 0.28 0.36
Hex 76 57 42 0 1A 2C 36 18 1C 24
Octal 166 127 102 0 32 54 66 30 34 44
Binary 1110110 1010111 1000010 0 11010 101100 110110 11000 11100 100100

Color Harmonies of #765742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765742

Black with #765742

Text Example


Text Example

White with #765742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765742; }

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

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

background-color css

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

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

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

border-color css

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

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

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