Html Css Color HEX #77553C Old Copper

📋 copy color: '#77553C'

red 119 ◦ green 85 ◦ blue 60

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

Shades of Old Copper #77553C

Tints of Old Copper #77553C

RGB

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

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

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

R = 45.08%
G = 32.2%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77553C (or 0x77553C) is known color: Old Copper. HEX triplet: 77, 55 and 3C. RGB value is (119,85,60). Sum of RGB (Red+Green+Blue) = 119+85+60=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77553C is #88AAC3. Grayscale: #5C5C5C. Windows color (decimal): -8956612 or 3954039. OLE color: 3954039.

HSL color Cylindrical-coordinate representation of color #77553C: hue angle of 25.42º 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 #77553C is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 60 -
CMYK 0 0.29 0.50 0.53
HSL 25.42º 0.33% 0.35% -
HSV(B) 25.42º 0.5% 0.47% -
XYZ 11.67 10.75 5.73 -
YUV 92.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 119 85 60 0 0.29 0.50 0.53 25.42 0.33 0.35
Hex 77 55 3C 0 1D 32 35 19 21 23
Octal 167 125 74 0 35 62 65 31 41 43
Binary 1110111 1010101 111100 0 11101 110010 110101 11001 100001 100011

Color Harmonies of #77553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77553C

Black with #77553C

Text Example


Text Example

White with #77553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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