Html Css Color HEX #77513C Old Copper

📋 copy color: '#77513C'

red 119 ◦ green 81 ◦ blue 60

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

Shades of Old Copper #77513C

Tints of Old Copper #77513C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 45.77%
G = 31.15%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77513C (or 0x77513C) is known color: Old Copper. HEX triplet: 77, 51 and 3C. RGB value is (119,81,60). Sum of RGB (Red+Green+Blue) = 119+81+60=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77513C is #88AEC3. Grayscale: #5A5A5A. Windows color (decimal): -8957636 or 3953015. OLE color: 3953015.

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

Color convert

RGB 119 81 60 -
CMYK 0 0.32 0.50 0.53
HSL 21.36º 0.33% 0.35% -
HSV(B) 21.36º 0.5% 0.47% -
XYZ 11.37 10.13 5.63 -
YUV 89.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 119 81 60 0 0.32 0.50 0.53 21.36 0.33 0.35
Hex 77 51 3C 0 20 32 35 15 21 23
Octal 167 121 74 0 40 62 65 25 41 43
Binary 1110111 1010001 111100 0 100000 110010 110101 10101 100001 100011

Color Harmonies of #77513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77513C

Black with #77513C

Text Example


Text Example

White with #77513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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