Html Css Color HEX #775446 Old Copper

📋 copy color: '#775446'

red 119 ◦ green 84 ◦ blue 70

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

Shades of Old Copper #775446

Tints of Old Copper #775446

RGB

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

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

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

R = 43.59%
G = 30.77%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#775446 (or 0x775446) is known color: Old Copper. HEX triplet: 77, 54 and 46. RGB value is (119,84,70). Sum of RGB (Red+Green+Blue) = 119+84+70=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #775446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775446 is #88ABB9. Grayscale: #5C5C5C. Windows color (decimal): -8956858 or 4609143. OLE color: 4609143.

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

Color convert

RGB 119 84 70 -
CMYK 0 0.29 0.41 0.53
HSL 17.14º 0.26% 0.37% -
HSV(B) 17.14º 0.41% 0.47% -
XYZ 11.88 10.7 7.23 -
YUV 92.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 119 84 70 0 0.29 0.41 0.53 17.14 0.26 0.37
Hex 77 54 46 0 1D 29 35 11 1A 25
Octal 167 124 106 0 35 51 65 21 32 45
Binary 1110111 1010100 1000110 0 11101 101001 110101 10001 11010 100101

Color Harmonies of #775446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775446

Black with #775446

Text Example


Text Example

White with #775446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775446; }

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

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

background-color css

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

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

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

border-color css

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

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

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