Html Css Color HEX #765539 Old Copper

📋 copy color: '#765539'

red 118 ◦ green 85 ◦ blue 57

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

Shades of Old Copper #765539

Tints of Old Copper #765539

RGB

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

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

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

R = 45.38%
G = 32.69%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#765539 (or 0x765539) is known color: Old Copper. HEX triplet: 76, 55 and 39. RGB value is (118,85,57). Sum of RGB (Red+Green+Blue) = 118+85+57=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #765539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765539 is #89AAC6. Grayscale: #5B5B5B. Windows color (decimal): -9022151 or 3757430. OLE color: 3757430.

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

Color convert

RGB 118 85 57 -
CMYK 0 0.28 0.52 0.54
HSL 27.54º 0.35% 0.34% -
HSV(B) 27.54º 0.52% 0.46% -
XYZ 11.46 10.64 5.32 -
YUV 91.68 108.43 146.78 -
System Red Green Blue C M Y K H S L
Decimal 118 85 57 0 0.28 0.52 0.54 27.54 0.35 0.34
Hex 76 55 39 0 1C 34 36 1C 23 22
Octal 166 125 71 0 34 64 66 34 43 42
Binary 1110110 1010101 111001 0 11100 110100 110110 11100 100011 100010

Color Harmonies of #765539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765539

Black with #765539

Text Example


Text Example

White with #765539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765539; }

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

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

background-color css

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

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

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

border-color css

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

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

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