Html Css Color HEX #775444 Old Copper

📋 copy color: '#775444'

red 119 ◦ green 84 ◦ blue 68

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

Shades of Old Copper #775444

Tints of Old Copper #775444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.09%

R = 43.91%
G = 31%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#775444 (or 0x775444) is known color: Old Copper. HEX triplet: 77, 54 and 44. RGB value is (119,84,68). Sum of RGB (Red+Green+Blue) = 119+84+68=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775444 is #88ABBB. Grayscale: #5C5C5C. Windows color (decimal): -8956860 or 4478071. OLE color: 4478071.

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

Color convert

RGB 119 84 68 -
CMYK 0 0.29 0.43 0.53
HSL 18.82º 0.27% 0.37% -
HSV(B) 18.82º 0.43% 0.47% -
XYZ 11.82 10.68 6.91 -
YUV 92.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 119 84 68 0 0.29 0.43 0.53 18.82 0.27 0.37
Hex 77 54 44 0 1D 2B 35 13 1B 25
Octal 167 124 104 0 35 53 65 23 33 45
Binary 1110111 1010100 1000100 0 11101 101011 110101 10011 11011 100101

Color Harmonies of #775444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775444

Black with #775444

Text Example


Text Example

White with #775444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775444; }

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

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

background-color css

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

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

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

border-color css

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

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

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