Html Css Color HEX #765442 Old Copper

📋 copy color: '#765442'

red 118 ◦ green 84 ◦ blue 66

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

Shades of Old Copper #765442

Tints of Old Copper #765442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 44.03%
G = 31.34%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#765442 (or 0x765442) is known color: Old Copper. HEX triplet: 76, 54 and 42. RGB value is (118,84,66). Sum of RGB (Red+Green+Blue) = 118+84+66=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765442 is #89ABBD. Grayscale: #5C5C5C. Windows color (decimal): -9022398 or 4346998. OLE color: 4346998.

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

Color convert

RGB 118 84 66 -
CMYK 0 0.29 0.44 0.54
HSL 20.77º 0.28% 0.36% -
HSV(B) 20.77º 0.44% 0.46% -
XYZ 11.62 10.59 6.58 -
YUV 92.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 118 84 66 0 0.29 0.44 0.54 20.77 0.28 0.36
Hex 76 54 42 0 1D 2C 36 15 1C 24
Octal 166 124 102 0 35 54 66 25 34 44
Binary 1110110 1010100 1000010 0 11101 101100 110110 10101 11100 100100

Color Harmonies of #765442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765442

Black with #765442

Text Example


Text Example

White with #765442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765442; }

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

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

background-color css

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

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

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

border-color css

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

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

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