Html Css Color HEX #775445 Old Copper

📋 copy color: '#775445'

red 119 ◦ green 84 ◦ blue 69

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

Shades of Old Copper #775445

Tints of Old Copper #775445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 43.75%
G = 30.88%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#775445 (or 0x775445) is known color: Old Copper. HEX triplet: 77, 54 and 45. RGB value is (119,84,69). Sum of RGB (Red+Green+Blue) = 119+84+69=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #775445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775445 is #88ABBA. Grayscale: #5C5C5C. Windows color (decimal): -8956859 or 4543607. OLE color: 4543607.

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

Color convert

RGB 119 84 69 -
CMYK 0 0.29 0.42 0.53
HSL 18º 0.27% 0.37% -
HSV(B) 18º 0.42% 0.47% -
XYZ 11.85 10.69 7.07 -
YUV 92.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 119 84 69 0 0.29 0.42 0.53 18 0.27 0.37
Hex 77 54 45 0 1D 2A 35 12 1B 25
Octal 167 124 105 0 35 52 65 22 33 45
Binary 1110111 1010100 1000101 0 11101 101010 110101 10010 11011 100101

Color Harmonies of #775445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775445

Black with #775445

Text Example


Text Example

White with #775445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775445; }

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

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

background-color css

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

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

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

border-color css

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

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

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