Html Css Color HEX #77553E Old Copper

📋 copy color: '#77553E'

red 119 ◦ green 85 ◦ blue 62

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

Shades of Old Copper #77553E

Tints of Old Copper #77553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 44.74%
G = 31.95%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77553E (or 0x77553E) is known color: Old Copper. HEX triplet: 77, 55 and 3E. RGB value is (119,85,62). Sum of RGB (Red+Green+Blue) = 119+85+62=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77553E is #88AAC1. Grayscale: #5C5C5C. Windows color (decimal): -8956610 or 4085111. OLE color: 4085111.

HSL color Cylindrical-coordinate representation of color #77553E: hue angle of 24.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77553E is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 62 -
CMYK 0 0.29 0.48 0.53
HSL 24.21º 0.31% 0.35% -
HSV(B) 24.21º 0.48% 0.47% -
XYZ 11.73 10.77 6.02 -
YUV 92.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 119 85 62 0 0.29 0.48 0.53 24.21 0.31 0.35
Hex 77 55 3E 0 1D 30 35 18 1F 23
Octal 167 125 76 0 35 60 65 30 37 43
Binary 1110111 1010101 111110 0 11101 110000 110101 11000 11111 100011

Color Harmonies of #77553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77553E

Black with #77553E

Text Example


Text Example

White with #77553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77553E; }

 p { color: rgb(119,85,62); }

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

background-color css

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

 a { background-color: rgb(119,85,62); }

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

border-color css

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

 span { border-color: rgb(119,85,62); }

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