Html Css Color HEX #775442 Old Copper

📋 copy color: '#775442'

red 119 ◦ green 84 ◦ blue 66

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

Shades of Old Copper #775442

Tints of Old Copper #775442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 44.24%
G = 31.23%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#775442 (or 0x775442) is known color: Old Copper. HEX triplet: 77, 54 and 42. RGB value is (119,84,66). Sum of RGB (Red+Green+Blue) = 119+84+66=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #775442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775442 is #88ABBD. Grayscale: #5C5C5C. Windows color (decimal): -8956862 or 4346999. OLE color: 4346999.

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

Color convert

RGB 119 84 66 -
CMYK 0 0.29 0.45 0.53
HSL 20.38º 0.29% 0.36% -
HSV(B) 20.38º 0.45% 0.47% -
XYZ 11.76 10.66 6.59 -
YUV 92.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 119 84 66 0 0.29 0.45 0.53 20.38 0.29 0.36
Hex 77 54 42 0 1D 2D 35 14 1D 24
Octal 167 124 102 0 35 55 65 24 35 44
Binary 1110111 1010100 1000010 0 11101 101101 110101 10100 11101 100100

Color Harmonies of #775442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775442

Black with #775442

Text Example


Text Example

White with #775442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775442; }

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

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

background-color css

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

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

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

border-color css

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

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

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