Html Css Color HEX #765339 Old Copper

📋 copy color: '#765339'

red 118 ◦ green 83 ◦ blue 57

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

Shades of Old Copper #765339

Tints of Old Copper #765339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 45.74%
G = 32.17%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#765339 (or 0x765339) is known color: Old Copper. HEX triplet: 76, 53 and 39. RGB value is (118,83,57). Sum of RGB (Red+Green+Blue) = 118+83+57=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #765339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765339 is #89ACC6. Grayscale: #5A5A5A. Windows color (decimal): -9022663 or 3756918. OLE color: 3756918.

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

Color convert

RGB 118 83 57 -
CMYK 0 0.30 0.52 0.54
HSL 25.57º 0.35% 0.34% -
HSV(B) 25.57º 0.52% 0.46% -
XYZ 11.3 10.33 5.27 -
YUV 90.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 118 83 57 0 0.30 0.52 0.54 25.57 0.35 0.34
Hex 76 53 39 0 1E 34 36 1A 23 22
Octal 166 123 71 0 36 64 66 32 43 42
Binary 1110110 1010011 111001 0 11110 110100 110110 11010 100011 100010

Color Harmonies of #765339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765339

Black with #765339

Text Example


Text Example

White with #765339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765339; }

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

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

background-color css

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

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

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

border-color css

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

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

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