Html Css Color HEX #77513F Old Copper

📋 copy color: '#77513F'

red 119 ◦ green 81 ◦ blue 63

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

Shades of Old Copper #77513F

Tints of Old Copper #77513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.95%

R = 45.25%
G = 30.8%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77513F (or 0x77513F) is known color: Old Copper. HEX triplet: 77, 51 and 3F. RGB value is (119,81,63). Sum of RGB (Red+Green+Blue) = 119+81+63=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77513F is #88AEC0. Grayscale: #5A5A5A. Windows color (decimal): -8957633 or 4149623. OLE color: 4149623.

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

Color convert

RGB 119 81 63 -
CMYK 0 0.32 0.47 0.53
HSL 19.29º 0.31% 0.36% -
HSV(B) 19.29º 0.47% 0.47% -
XYZ 11.45 10.17 6.06 -
YUV 90.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 119 81 63 0 0.32 0.47 0.53 19.29 0.31 0.36
Hex 77 51 3F 0 20 2F 35 13 1F 24
Octal 167 121 77 0 40 57 65 23 37 44
Binary 1110111 1010001 111111 0 100000 101111 110101 10011 11111 100100

Color Harmonies of #77513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77513F

Black with #77513F

Text Example


Text Example

White with #77513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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