Html Css Color HEX #775544 Old Copper

📋 copy color: '#775544'

red 119 ◦ green 85 ◦ blue 68

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

Shades of Old Copper #775544

Tints of Old Copper #775544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

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

R = 43.75%
G = 31.25%
B = 25%

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

#775544 (or 0x775544) is known color: Old Copper. HEX triplet: 77, 55 and 44. RGB value is (119,85,68). Sum of RGB (Red+Green+Blue) = 119+85+68=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775544 is #88AABB. Grayscale: #5D5D5D. Windows color (decimal): -8956604 or 4478327. OLE color: 4478327.

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

Color convert

RGB 119 85 68 -
CMYK 0 0.29 0.43 0.53
HSL 20º 0.27% 0.37% -
HSV(B) 20º 0.43% 0.47% -
XYZ 11.9 10.84 6.93 -
YUV 93.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 119 85 68 0 0.29 0.43 0.53 20 0.27 0.37
Hex 77 55 44 0 1D 2B 35 14 1B 25
Octal 167 125 104 0 35 53 65 24 33 45
Binary 1110111 1010101 1000100 0 11101 101011 110101 10100 11011 100101

Color Harmonies of #775544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775544

Black with #775544

Text Example


Text Example

White with #775544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775544; }

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

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

background-color css

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

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

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

border-color css

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

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

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