Html Css Color HEX #765443 Old Copper

📋 copy color: '#765443'

red 118 ◦ green 84 ◦ blue 67

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

Shades of Old Copper #765443

Tints of Old Copper #765443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 43.87%
G = 31.23%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#765443 (or 0x765443) is known color: Old Copper. HEX triplet: 76, 54 and 43. RGB value is (118,84,67). Sum of RGB (Red+Green+Blue) = 118+84+67=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765443 is #89ABBC. Grayscale: #5C5C5C. Windows color (decimal): -9022397 or 4412534. OLE color: 4412534.

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

Color convert

RGB 118 84 67 -
CMYK 0 0.29 0.43 0.54
HSL 20º 0.28% 0.36% -
HSV(B) 20º 0.43% 0.46% -
XYZ 11.65 10.6 6.74 -
YUV 92.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 118 84 67 0 0.29 0.43 0.54 20 0.28 0.36
Hex 76 54 43 0 1D 2B 36 14 1C 24
Octal 166 124 103 0 35 53 66 24 34 44
Binary 1110110 1010100 1000011 0 11101 101011 110110 10100 11100 100100

Color Harmonies of #765443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765443

Black with #765443

Text Example


Text Example

White with #765443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765443; }

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

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

background-color css

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

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

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

border-color css

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

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

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