Html Css Color HEX #765342 Old Copper

📋 copy color: '#765342'

red 118 ◦ green 83 ◦ blue 66

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

Shades of Old Copper #765342

Tints of Old Copper #765342

RGB

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

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

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

R = 44.19%
G = 31.09%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#765342 (or 0x765342) is known color: Old Copper. HEX triplet: 76, 53 and 42. RGB value is (118,83,66). Sum of RGB (Red+Green+Blue) = 118+83+66=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765342 is #89ACBD. Grayscale: #5B5B5B. Windows color (decimal): -9022654 or 4346742. OLE color: 4346742.

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

Color convert

RGB 118 83 66 -
CMYK 0 0.30 0.44 0.54
HSL 19.62º 0.28% 0.36% -
HSV(B) 19.62º 0.44% 0.46% -
XYZ 11.55 10.43 6.56 -
YUV 91.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 118 83 66 0 0.30 0.44 0.54 19.62 0.28 0.36
Hex 76 53 42 0 1E 2C 36 14 1C 24
Octal 166 123 102 0 36 54 66 24 34 44
Binary 1110110 1010011 1000010 0 11110 101100 110110 10100 11100 100100

Color Harmonies of #765342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765342

Black with #765342

Text Example


Text Example

White with #765342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765342; }

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

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

background-color css

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

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

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

border-color css

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

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

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