Html Css Color HEX #765645 Old Copper

📋 copy color: '#765645'

red 118 ◦ green 86 ◦ blue 69

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

Shades of Old Copper #765645

Tints of Old Copper #765645

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 43.22%
G = 31.5%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#765645 (or 0x765645) is known color: Old Copper. HEX triplet: 76, 56 and 45. RGB value is (118,86,69). Sum of RGB (Red+Green+Blue) = 118+86+69=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #765645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765645 is #89A9BA. Grayscale: #5D5D5D. Windows color (decimal): -9021883 or 4544118. OLE color: 4544118.

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

Color convert

RGB 118 86 69 -
CMYK 0 0.27 0.42 0.54
HSL 20.82º 0.26% 0.37% -
HSV(B) 20.82º 0.42% 0.46% -
XYZ 11.87 10.94 7.12 -
YUV 93.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 118 86 69 0 0.27 0.42 0.54 20.82 0.26 0.37
Hex 76 56 45 0 1B 2A 36 15 1A 25
Octal 166 126 105 0 33 52 66 25 32 45
Binary 1110110 1010110 1000101 0 11011 101010 110110 10101 11010 100101

Color Harmonies of #765645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765645

Black with #765645

Text Example


Text Example

White with #765645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765645; }

 p { color: rgb(118,86,69); }

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

background-color css

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

 a { background-color: rgb(118,86,69); }

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

border-color css

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

 span { border-color: rgb(118,86,69); }

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