Html Css Color HEX #775344 Old Copper

📋 copy color: '#775344'

red 119 ◦ green 83 ◦ blue 68

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

Shades of Old Copper #775344

Tints of Old Copper #775344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

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

R = 44.07%
G = 30.74%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#775344 (or 0x775344) is known color: Old Copper. HEX triplet: 77, 53 and 44. RGB value is (119,83,68). Sum of RGB (Red+Green+Blue) = 119+83+68=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775344 is #88ACBB. Grayscale: #5C5C5C. Windows color (decimal): -8957116 or 4477815. OLE color: 4477815.

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

Color convert

RGB 119 83 68 -
CMYK 0 0.30 0.43 0.53
HSL 17.65º 0.27% 0.37% -
HSV(B) 17.65º 0.43% 0.47% -
XYZ 11.74 10.53 6.88 -
YUV 92.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 119 83 68 0 0.30 0.43 0.53 17.65 0.27 0.37
Hex 77 53 44 0 1E 2B 35 12 1B 25
Octal 167 123 104 0 36 53 65 22 33 45
Binary 1110111 1010011 1000100 0 11110 101011 110101 10010 11011 100101

Color Harmonies of #775344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775344

Black with #775344

Text Example


Text Example

White with #775344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775344; }

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

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

background-color css

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

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

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

border-color css

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

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

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