Html Css Color HEX #765441 Old Copper

📋 copy color: '#765441'

red 118 ◦ green 84 ◦ blue 65

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

Shades of Old Copper #765441

Tints of Old Copper #765441

RGB

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

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

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

R = 44.19%
G = 31.46%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#765441 (or 0x765441) is known color: Old Copper. HEX triplet: 76, 54 and 41. RGB value is (118,84,65). Sum of RGB (Red+Green+Blue) = 118+84+65=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765441 is #89ABBE. Grayscale: #5C5C5C. Windows color (decimal): -9022399 or 4281462. OLE color: 4281462.

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

Color convert

RGB 118 84 65 -
CMYK 0 0.29 0.45 0.54
HSL 21.51º 0.29% 0.36% -
HSV(B) 21.51º 0.45% 0.46% -
XYZ 11.6 10.57 6.43 -
YUV 92 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 118 84 65 0 0.29 0.45 0.54 21.51 0.29 0.36
Hex 76 54 41 0 1D 2D 36 16 1D 24
Octal 166 124 101 0 35 55 66 26 35 44
Binary 1110110 1010100 1000001 0 11101 101101 110110 10110 11101 100100

Color Harmonies of #765441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765441

Black with #765441

Text Example


Text Example

White with #765441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765441; }

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

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

background-color css

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

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

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

border-color css

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

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

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