Html Css Color HEX #765343 Old Copper

📋 copy color: '#765343'

red 118 ◦ green 83 ◦ blue 67

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

Shades of Old Copper #765343

Tints of Old Copper #765343

RGB

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

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

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

R = 44.03%
G = 30.97%
B = 25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#765343 (or 0x765343) is known color: Old Copper. HEX triplet: 76, 53 and 43. RGB value is (118,83,67). Sum of RGB (Red+Green+Blue) = 118+83+67=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #765343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765343 is #89ACBC. Grayscale: #5B5B5B. Windows color (decimal): -9022653 or 4412278. OLE color: 4412278.

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

Color convert

RGB 118 83 67 -
CMYK 0 0.30 0.43 0.54
HSL 18.82º 0.28% 0.36% -
HSV(B) 18.82º 0.43% 0.46% -
XYZ 11.58 10.44 6.72 -
YUV 91.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 118 83 67 0 0.30 0.43 0.54 18.82 0.28 0.36
Hex 76 53 43 0 1E 2B 36 13 1C 24
Octal 166 123 103 0 36 53 66 23 34 44
Binary 1110110 1010011 1000011 0 11110 101011 110110 10011 11100 100100

Color Harmonies of #765343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765343

Black with #765343

Text Example


Text Example

White with #765343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765343; }

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

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

background-color css

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

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

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

border-color css

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

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

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