Html Css Color HEX #775346 Old Copper

📋 copy color: '#775346'

red 119 ◦ green 83 ◦ blue 70

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

Shades of Old Copper #775346

Tints of Old Copper #775346

RGB

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

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

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

R = 43.75%
G = 30.51%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775346 (or 0x775346) is known color: Old Copper. HEX triplet: 77, 53 and 46. RGB value is (119,83,70). Sum of RGB (Red+Green+Blue) = 119+83+70=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775346 is #88ACB9. Grayscale: #5C5C5C. Windows color (decimal): -8957114 or 4608887. OLE color: 4608887.

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

Color convert

RGB 119 83 70 -
CMYK 0 0.30 0.41 0.53
HSL 15.92º 0.26% 0.37% -
HSV(B) 15.92º 0.41% 0.47% -
XYZ 11.81 10.55 7.21 -
YUV 92.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 119 83 70 0 0.30 0.41 0.53 15.92 0.26 0.37
Hex 77 53 46 0 1E 29 35 10 1A 25
Octal 167 123 106 0 36 51 65 20 32 45
Binary 1110111 1010011 1000110 0 11110 101001 110101 10000 11010 100101

Color Harmonies of #775346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775346

Black with #775346

Text Example


Text Example

White with #775346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775346; }

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

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

background-color css

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

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

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

border-color css

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

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

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