Html Css Color HEX #765139 Old Copper

📋 copy color: '#765139'

red 118 ◦ green 81 ◦ blue 57

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

Shades of Old Copper #765139

Tints of Old Copper #765139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

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

R = 46.09%
G = 31.64%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#765139 (or 0x765139) is known color: Old Copper. HEX triplet: 76, 51 and 39. RGB value is (118,81,57). Sum of RGB (Red+Green+Blue) = 118+81+57=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765139 is #89AEC6. Grayscale: #595959. Windows color (decimal): -9023175 or 3756406. OLE color: 3756406.

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

Color convert

RGB 118 81 57 -
CMYK 0 0.31 0.52 0.54
HSL 23.61º 0.35% 0.34% -
HSV(B) 23.61º 0.52% 0.46% -
XYZ 11.15 10.03 5.22 -
YUV 89.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 118 81 57 0 0.31 0.52 0.54 23.61 0.35 0.34
Hex 76 51 39 0 1F 34 36 18 23 22
Octal 166 121 71 0 37 64 66 30 43 42
Binary 1110110 1010001 111001 0 11111 110100 110110 11000 100011 100010

Color Harmonies of #765139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765139

Black with #765139

Text Example


Text Example

White with #765139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765139; }

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

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

background-color css

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

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

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

border-color css

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

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

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