Html Css Color HEX #775138 Old Copper

📋 copy color: '#775138'

red 119 ◦ green 81 ◦ blue 56

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

Shades of Old Copper #775138

Tints of Old Copper #775138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 46.48%
G = 31.64%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#775138 (or 0x775138) is known color: Old Copper. HEX triplet: 77, 51 and 38. RGB value is (119,81,56). Sum of RGB (Red+Green+Blue) = 119+81+56=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775138 is #88AEC7. Grayscale: #595959. Windows color (decimal): -8957640 or 3690871. OLE color: 3690871.

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

Color convert

RGB 119 81 56 -
CMYK 0 0.32 0.53 0.53
HSL 23.81º 0.36% 0.34% -
HSV(B) 23.81º 0.53% 0.47% -
XYZ 11.26 10.09 5.1 -
YUV 89.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 119 81 56 0 0.32 0.53 0.53 23.81 0.36 0.34
Hex 77 51 38 0 20 35 35 18 24 22
Octal 167 121 70 0 40 65 65 30 44 42
Binary 1110111 1010001 111000 0 100000 110101 110101 11000 100100 100010

Color Harmonies of #775138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775138

Black with #775138

Text Example


Text Example

White with #775138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775138; }

 p { color: rgb(119,81,56); }

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

background-color css

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

 a { background-color: rgb(119,81,56); }

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

border-color css

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

 span { border-color: rgb(119,81,56); }

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