Html Css Color HEX #775337 Old Copper

📋 copy color: '#775337'

red 119 ◦ green 83 ◦ blue 55

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

Shades of Old Copper #775337

Tints of Old Copper #775337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 46.3%
G = 32.3%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#775337 (or 0x775337) is known color: Old Copper. HEX triplet: 77, 53 and 37. RGB value is (119,83,55). Sum of RGB (Red+Green+Blue) = 119+83+55=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775337 is #88ACC8. Grayscale: #5A5A5A. Windows color (decimal): -8957129 or 3625847. OLE color: 3625847.

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

Color convert

RGB 119 83 55 -
CMYK 0 0.30 0.54 0.53
HSL 26.25º 0.37% 0.34% -
HSV(B) 26.25º 0.54% 0.47% -
XYZ 11.39 10.38 5.02 -
YUV 90.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 119 83 55 0 0.30 0.54 0.53 26.25 0.37 0.34
Hex 77 53 37 0 1E 36 35 1A 25 22
Octal 167 123 67 0 36 66 65 32 45 42
Binary 1110111 1010011 110111 0 11110 110110 110101 11010 100101 100010

Color Harmonies of #775337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775337

Black with #775337

Text Example


Text Example

White with #775337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775337; }

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

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

background-color css

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

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

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

border-color css

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

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

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