Html Css Color HEX #775746 Old Copper

📋 copy color: '#775746'

red 119 ◦ green 87 ◦ blue 70

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

Shades of Old Copper #775746

Tints of Old Copper #775746

RGB

 RED value IS 119 (46.88% from 255) = 43.12%

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 70 (27.73% from 255) = 25.36%

R = 43.12%
G = 31.52%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775746 (or 0x775746) is known color: Old Copper. HEX triplet: 77, 57 and 46. RGB value is (119,87,70). Sum of RGB (Red+Green+Blue) = 119+87+70=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #775746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775746 is #88A8B9. Grayscale: #5E5E5E. Windows color (decimal): -8956090 or 4609911. OLE color: 4609911.

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

Color convert

RGB 119 87 70 -
CMYK 0 0.27 0.41 0.53
HSL 20.82º 0.26% 0.37% -
HSV(B) 20.82º 0.41% 0.47% -
XYZ 12.12 11.18 7.31 -
YUV 94.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 119 87 70 0 0.27 0.41 0.53 20.82 0.26 0.37
Hex 77 57 46 0 1B 29 35 15 1A 25
Octal 167 127 106 0 33 51 65 25 32 45
Binary 1110111 1010111 1000110 0 11011 101001 110101 10101 11010 100101

Color Harmonies of #775746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775746

Black with #775746

Text Example


Text Example

White with #775746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775746; }

 p { color: rgb(119,87,70); }

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

background-color css

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

 a { background-color: rgb(119,87,70); }

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

border-color css

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

 span { border-color: rgb(119,87,70); }

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