Html Css Color HEX #765239 Old Copper

📋 copy color: '#765239'

red 118 ◦ green 82 ◦ blue 57

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

Shades of Old Copper #765239

Tints of Old Copper #765239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

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

R = 45.91%
G = 31.91%
B = 22.18%

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

#765239 (or 0x765239) is known color: Old Copper. HEX triplet: 76, 52 and 39. RGB value is (118,82,57). Sum of RGB (Red+Green+Blue) = 118+82+57=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765239 is #89ADC6. Grayscale: #5A5A5A. Windows color (decimal): -9022919 or 3756662. OLE color: 3756662.

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

Color convert

RGB 118 82 57 -
CMYK 0 0.31 0.52 0.54
HSL 24.59º 0.35% 0.34% -
HSV(B) 24.59º 0.52% 0.46% -
XYZ 11.23 10.18 5.24 -
YUV 89.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 118 82 57 0 0.31 0.52 0.54 24.59 0.35 0.34
Hex 76 52 39 0 1F 34 36 19 23 22
Octal 166 122 71 0 37 64 66 31 43 42
Binary 1110110 1010010 111001 0 11111 110100 110110 11001 100011 100010

Color Harmonies of #765239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765239

Black with #765239

Text Example


Text Example

White with #765239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765239; }

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

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

background-color css

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

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

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

border-color css

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

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

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