Html Css Color HEX #765242 Old Copper

📋 copy color: '#765242'

red 118 ◦ green 82 ◦ blue 66

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

Shades of Old Copper #765242

Tints of Old Copper #765242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 44.36%
G = 30.83%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#765242 (or 0x765242) is known color: Old Copper. HEX triplet: 76, 52 and 42. RGB value is (118,82,66). Sum of RGB (Red+Green+Blue) = 118+82+66=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765242 is #89ADBD. Grayscale: #5B5B5B. Windows color (decimal): -9022910 or 4346486. OLE color: 4346486.

HSL color Cylindrical-coordinate representation of color #765242: hue angle of 18.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765242 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 66 -
CMYK 0 0.31 0.44 0.54
HSL 18.46º 0.28% 0.36% -
HSV(B) 18.46º 0.44% 0.46% -
XYZ 11.47 10.28 6.53 -
YUV 90.94 113.93 147.3 -
System Red Green Blue C M Y K H S L
Decimal 118 82 66 0 0.31 0.44 0.54 18.46 0.28 0.36
Hex 76 52 42 0 1F 2C 36 12 1C 24
Octal 166 122 102 0 37 54 66 22 34 44
Binary 1110110 1010010 1000010 0 11111 101100 110110 10010 11100 100100

Color Harmonies of #765242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765242

Black with #765242

Text Example


Text Example

White with #765242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765242; }

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

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

background-color css

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

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

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

border-color css

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

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

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