Html Css Color HEX #765039 Old Copper

📋 copy color: '#765039'

red 118 ◦ green 80 ◦ blue 57

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

Shades of Old Copper #765039

Tints of Old Copper #765039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.35%

R = 46.27%
G = 31.37%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#765039 (or 0x765039) is known color: Old Copper. HEX triplet: 76, 50 and 39. RGB value is (118,80,57). Sum of RGB (Red+Green+Blue) = 118+80+57=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 57 (22.66% from 255 or 22.35% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765039 is #89AFC6. Grayscale: #585858. Windows color (decimal): -9023431 or 3756150. OLE color: 3756150.

HSL color Cylindrical-coordinate representation of color #765039: hue angle of 22.62º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765039 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 57 -
CMYK 0 0.32 0.52 0.54
HSL 22.62º 0.35% 0.34% -
HSV(B) 22.62º 0.52% 0.46% -
XYZ 11.08 9.88 5.19 -
YUV 88.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 118 80 57 0 0.32 0.52 0.54 22.62 0.35 0.34
Hex 76 50 39 0 20 34 36 17 23 22
Octal 166 120 71 0 40 64 66 27 43 42
Binary 1110110 1010000 111001 0 100000 110100 110110 10111 100011 100010

Color Harmonies of #765039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765039

Black with #765039

Text Example


Text Example

White with #765039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765039; }

 p { color: rgb(118,80,57); }

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

background-color css

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

 a { background-color: rgb(118,80,57); }

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

border-color css

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

 span { border-color: rgb(118,80,57); }

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