Html Css Color HEX #765341 Old Copper

📋 copy color: '#765341'

red 118 ◦ green 83 ◦ blue 65

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

Shades of Old Copper #765341

Tints of Old Copper #765341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 44.36%
G = 31.2%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#765341 (or 0x765341) is known color: Old Copper. HEX triplet: 76, 53 and 41. RGB value is (118,83,65). Sum of RGB (Red+Green+Blue) = 118+83+65=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765341 is #89ACBE. Grayscale: #5B5B5B. Windows color (decimal): -9022655 or 4281206. OLE color: 4281206.

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

Color convert

RGB 118 83 65 -
CMYK 0 0.30 0.45 0.54
HSL 20.38º 0.29% 0.36% -
HSV(B) 20.38º 0.45% 0.46% -
XYZ 11.52 10.42 6.41 -
YUV 91.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 118 83 65 0 0.30 0.45 0.54 20.38 0.29 0.36
Hex 76 53 41 0 1E 2D 36 14 1D 24
Octal 166 123 101 0 36 55 66 24 35 44
Binary 1110110 1010011 1000001 0 11110 101101 110110 10100 11101 100100

Color Harmonies of #765341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765341

Black with #765341

Text Example


Text Example

White with #765341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765341; }

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

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

background-color css

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

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

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

border-color css

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

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

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