Html Css Color HEX #77563B Old Copper

📋 copy color: '#77563B'

red 119 ◦ green 86 ◦ blue 59

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

Shades of Old Copper #77563B

Tints of Old Copper #77563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 59 (23.44% from 255) = 22.35%

R = 45.08%
G = 32.58%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77563B (or 0x77563B) is known color: Old Copper. HEX triplet: 77, 56 and 3B. RGB value is (119,86,59). Sum of RGB (Red+Green+Blue) = 119+86+59=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77563B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77563B is #88A9C4. Grayscale: #5C5C5C. Windows color (decimal): -8956357 or 3888759. OLE color: 3888759.

HSL color Cylindrical-coordinate representation of color #77563B: hue angle of 27º degrees, saturation: 0.34, 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 #77563B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 59 -
CMYK 0 0.28 0.50 0.53
HSL 27º 0.34% 0.35% -
HSV(B) 27º 0.5% 0.47% -
XYZ 11.72 10.89 5.62 -
YUV 92.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 119 86 59 0 0.28 0.50 0.53 27 0.34 0.35
Hex 77 56 3B 0 1C 32 35 1B 22 23
Octal 167 126 73 0 34 62 65 33 42 43
Binary 1110111 1010110 111011 0 11100 110010 110101 11011 100010 100011

Color Harmonies of #77563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77563B

Black with #77563B

Text Example


Text Example

White with #77563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77563B; }

 p { color: rgb(119,86,59); }

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

background-color css

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

 a { background-color: rgb(119,86,59); }

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

border-color css

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

 span { border-color: rgb(119,86,59); }

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