Html Css Color HEX #765446 Old Copper

📋 copy color: '#765446'

red 118 ◦ green 84 ◦ blue 70

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

Shades of Old Copper #765446

Tints of Old Copper #765446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 43.38%
G = 30.88%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#765446 (or 0x765446) is known color: Old Copper. HEX triplet: 76, 54 and 46. RGB value is (118,84,70). Sum of RGB (Red+Green+Blue) = 118+84+70=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #765446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765446 is #89ABB9. Grayscale: #5C5C5C. Windows color (decimal): -9022394 or 4609142. OLE color: 4609142.

HSL color Cylindrical-coordinate representation of color #765446: hue angle of 17.5º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765446 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 70 -
CMYK 0 0.29 0.41 0.54
HSL 17.5º 0.26% 0.37% -
HSV(B) 17.5º 0.41% 0.46% -
XYZ 11.75 10.63 7.23 -
YUV 92.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 118 84 70 0 0.29 0.41 0.54 17.5 0.26 0.37
Hex 76 54 46 0 1D 29 36 12 1A 25
Octal 166 124 106 0 35 51 66 22 32 45
Binary 1110110 1010100 1000110 0 11101 101001 110110 10010 11010 100101

Color Harmonies of #765446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765446

Black with #765446

Text Example


Text Example

White with #765446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765446; }

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

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

background-color css

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

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

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

border-color css

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

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

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