Html Css Color HEX #77573D Old Copper

📋 copy color: '#77573D'

red 119 ◦ green 87 ◦ blue 61

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

Shades of Old Copper #77573D

Tints of Old Copper #77573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.58%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 44.57%
G = 32.58%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#77573D (or 0x77573D) is known color: Old Copper. HEX triplet: 77, 57 and 3D. RGB value is (119,87,61). Sum of RGB (Red+Green+Blue) = 119+87+61=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77573D is #88A8C2. Grayscale: #5D5D5D. Windows color (decimal): -8956099 or 4020087. OLE color: 4020087.

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

Color convert

RGB 119 87 61 -
CMYK 0 0.27 0.49 0.53
HSL 26.9º 0.32% 0.35% -
HSV(B) 26.9º 0.49% 0.47% -
XYZ 11.86 11.08 5.93 -
YUV 93.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 119 87 61 0 0.27 0.49 0.53 26.9 0.32 0.35
Hex 77 57 3D 0 1B 31 35 1B 20 23
Octal 167 127 75 0 33 61 65 33 40 43
Binary 1110111 1010111 111101 0 11011 110001 110101 11011 100000 100011

Color Harmonies of #77573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77573D

Black with #77573D

Text Example


Text Example

White with #77573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77573D; }

 p { color: rgb(119,87,61); }

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

background-color css

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

 a { background-color: rgb(119,87,61); }

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

border-color css

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

 span { border-color: rgb(119,87,61); }

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